Skip to content
supermaximo93 edited this page Sep 21, 2011 · 1 revision

C declaration
void musicVolume( int percentage );

Pascal declaration
procedure musicVolume( percentage : integer );


Parameters
percentage: Specifies the volume to play the background music at


Description
Use this function to set the volume of the background music that is currently playing by passing a value of 0 to 100.

Clone this wiki locally