Difference between revisions of "$vol"
From Scriptwiki
m |
|||
Line 12: | Line 12: | ||
* [[Vol|/vol]] | * [[Vol|/vol]] | ||
− | [[Category:Playing Sounds]] | + | [[Category:Identifiers]][[Category:Playing Sounds]] |
Latest revision as of 11:05, 12 April 2008
Returns the current volume for the specified sound setting.
$vol(wave|midi|song|master)[.mute]
The mute property returns the relative mute setting.
Example
$vol(wave)
Returns the wave volume.
$vol(master).mute
Returns $true if the master volume is muted, $false if otherwise.