Difference between revisions of "$vol"

From Scriptwiki
Jump to: navigation, search
(No difference)

Revision as of 14:39, 6 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