-
Notifications
You must be signed in to change notification settings - Fork 4
Settings
Francisco Dias edited this page Jul 29, 2026
·
7 revisions
App-wide audio settings for video ads.
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.
Sets the app-level volume for video ads (rewarded video, and any video content in interstitial/rewarded interstitial/app open/banner ads). Applies to ads loaded after this call.
Syntax:
admob_settings_set_volume(value)
| Argument | Type | Description |
|---|---|---|
| value | Real | The volume, from 0 (silent) to 1 (full volume). |
Returns:
N/A
Sets the app-level mute state for video ads. Applies to ads loaded after this call.
Syntax:
admob_settings_set_muted(muted)
| Argument | Type | Description |
|---|---|---|
| muted | Boolean |
true to mute video ads. |
Returns:
N/A
YoYoGames 2026