$vol: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
Daveoh (talk | contribs)
No edit summary
 
Daveoh (talk | contribs)
mNo edit summary
 
Line 12: Line 12:
* [[Vol|/vol]]
* [[Vol|/vol]]


[[Category:Playing Sounds]]
[[Category:Identifiers]][[Category:Playing Sounds]]

Latest revision as of 10: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.

See Also