This function queries the volume of a sound.
Copy Code | |
---|---|
float GetSoundVolume( int SoundIndex ); |
SoundIndex
Type: int
The sound index.
Returns a float with the volume of the sound.
Returns FLT_MAX if there is an internal error or the sound was not found.