-
Notifications
You must be signed in to change notification settings - Fork 4
Settings
Francisco Dias edited this page Sep 17, 2024
·
6 revisions
This module contains functions related to AdMob settings.
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.
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
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
YoYoGames 2025