Actions
Added in 1.9.0
$vol(wave|midi|song|mp3|master)
Gets the current volume for the specified sound setting.
Parameters
Parameter | Description |
wave|midi|song|master | The sound setting to get status from. |
Properties
Property | Description |
.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 1 year ago · 4 revisions