$vol

From Scriptwiki
Revision as of 12:05, 12 April 2008 by Daveoh (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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