8000 Settings · YoYoGames/GMEXT-AdMob Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Settings

Francisco Dias edited this page Sep 17, 2024 · 6 revisions

Settings

This module contains functions related to AdMob settings.

Functions

This module offers a collection of functions designed to address specific tasks and provide utilities for various purposes. Explore the available functions to make the most of the functionalities provided by this module.



Back To Top

AdMob_Settings_SetVolume

This method provides control over the sound's loudness when playing rewarded video ads. This method will trigger a reload of the current Interstitial and RewardedVideo ads.


Syntax:

AdMob_Settings_SetVolume(value)
Argument Type Description
value Real The amount to set the volume to (a value from 0 (muted) to 1.0 (full media volume). Defaults to 1.0)



Returns:

N/A




Back To Top

AdMob_Settings_SetMuted

This method provides control over muting the sound when playing rewarded video ads. This method will trigger a reload of the current Interstitial and RewardedVideo ads.


Syntax:

AdMob_Settings_SetMuted(value)
Argument Type Description
value Boolean Whether to mute the sound



Returns:

N/A



Clone this wiki locally
0