Actions
$vol » History » Revision 2
« Previous |
Revision 2/4
(diff)
| Next »
Per Amundsen, 07/09/2016 02:33 PM
Added in 1.9.0
$vol(wave|midi|song|mp3|master)
Gets the current volume for the specified sound setting.
Currently only returns volume for wave/midi/song/mp3.
Parameters
wave|midi|song|master - The sound setting to get status from.
Properties
.mute - Returns $true if the player is muted, otherwise $false.
Example
; Print volume for 'song' //echo -ag Volume for song is $vol(song)
Updated by Per Amundsen over 8 years ago · 2 revisions