EVENT PLAYLEVELMUSICSLOT

From EDukeWiki
Jump to navigation Jump to search
Event ID player# THISACTOR RETURN
EVENT_PLAYLEVELMUSICSLOT myconnectindex player->i 3 values

EVENT_PLAYLEVELMUSICSLOT is a Misc Event.

Called when a music track will be started from the beginning (excluding loops), regardless of whether the music is on or off.

Set RETURN to -1 in order to disable the music for the map.

Return Values

userdef.return 0 (RETURN)
Default is 0. Set to -1 to disable music playback.
userdef.return 1
Contains the volume number for the music track that is about to be played. Read-only.
userdef.return 2
Contains the level number for the music track that is about to be played. Read-only.