This function returns the gain of the audio group with the given ID.
audio_group_get_gain(groupID);
Argument | Type | Description |
---|---|---|
groupID | Audio Group ID | The ID of the audio group |
Real (the gain of the audio group)
var _default_group_gain = audio_group_get_gain(audiogroup_default);
This gets the gain of the default audio group and stores it in a variable.