Difference between revisions of "$vol"

From Scriptwiki
Jump to: navigation, search
 
m
 
Line 12: Line 12:
 
* [[Vol|/vol]]
 
* [[Vol|/vol]]
  
[[Category:Playing Sounds]]
+
[[Category:Identifiers]][[Category:Playing Sounds]]

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