GetSoundVolume
From Onset Developer Wiki
Description
Get the specified sound's volume.
Syntax
GetSoundVolume(sound)
Parameters
- sound
The sound identifier returns from CreateSound.
Return Value
- The volume in float type.
Example
__EDIT_ME__
GetSoundVolume Type: Function |
Get the specified sound's volume.
GetSoundVolume(sound)
__EDIT_ME__