Definition
double GetGlobalSoundVolume()
Description
This function returns the global sound volume.
Return Value
Global sound volume.
Example
volume = 0.0 function Init() volume = GetGlobalSoundVolume() message = string.format("\nGlobal sound volume is > %.2f" , volume) PrintConsole(message) end function Update() endGetGlobalSoundVolume