Remove - MusicType

Member of: MusicType Script

Removes this music type to the music stack, which may change the music playing if it was the highest priority item. Music types that are flagged as "Plays One Selection" do not have to be explicitly removed, as they will go away as soon as they finish playing their piece.

SyntaxEdit

Function Remove() native

ParametersEdit

None.

Return ValueEdit

None.

ExamplesEdit

; Stop the scary music
ScaryMusic.Remove()

See AlsoEdit