Class "MusicManager"
Functions
Crossfade () {: aria-label='Functions' }
void Crossfade ( MusicManager ID ) {: .copyable aria-label='Functions' }
Disable () {: aria-label='Functions' }
void Disable ( ) {: .copyable aria-label='Functions' }
DisableLayer () {: aria-label='Functions' }
void DisableLayer ( ) {: .copyable aria-label='Functions' }
Enable () {: aria-label='Functions' }
void Enable ( ) {: .copyable aria-label='Functions' }
EnableLayer () {: aria-label='Functions' }
void EnableLayer ( ) {: .copyable aria-label='Functions' }
Fadein () {: aria-label='Functions' }
void Fadein ( MusicManager ID, float Volume ) {: .copyable aria-label='Functions' }
Fadeout () {: aria-label='Functions' }
void Fadeout ( ) {: .copyable aria-label='Functions' }
GetCurrentMusicID () {: aria-label='Functions' }
MusicManager GetCurrentMusicID ( ) {: .copyable aria-label='Functions' }
GetQueuedMusicID () {: aria-label='Functions' }
MusicManager GetQueuedMusicID ( ) {: .copyable aria-label='Functions' }
if nothing is queued, return the current music id
IsEnabled () {: aria-label='Functions' }
boolean IsEnabled ( ) {: .copyable aria-label='Functions' }
IsLayerEnabled () {: aria-label='Functions' }
boolean IsLayerEnabled ( ) {: .copyable aria-label='Functions' }
Pause () {: aria-label='Functions' }
void Pause ( ) {: .copyable aria-label='Functions' }
PitchSlide () {: aria-label='Functions' }
void PitchSlide ( float TargetPitch ) {: .copyable aria-label='Functions' }
Play () {: aria-label='Functions' }
void Play ( MusicManager ID, float Volume ) {: .copyable aria-label='Functions' }
Queue () {: aria-label='Functions' }
void Queue ( MusicManager ID ) {: .copyable aria-label='Functions' }
ResetPitch () {: aria-label='Functions' }
void ResetPitch ( ) {: .copyable aria-label='Functions' }
Resume () {: aria-label='Functions' }
void Resume ( ) {: .copyable aria-label='Functions' }
UpdateVolume () {: aria-label='Functions' }
void UpdateVolume ( ) {: .copyable aria-label='Functions' }
This function sets the music volume to the volume defined in the options menu.
VolumeSlide () {: aria-label='Functions' }
void VolumeSlide ( float TargetVolume ) {: .copyable aria-label='Functions' }
Last updated