[dismiss]
This wiki is a copy of the original Skyrim CK wiki created and maintained by the UESP.net. See CreationKit:Copy Notice for more info.
Remove - MusicType
Jump to navigation
Jump to search
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.
Syntax[edit | edit source]
Function Remove() native
Parameters[edit | edit source]
None.
Return Value[edit | edit source]
None.
Examples[edit | edit source]
; Stop the scary music
ScaryMusic.Remove()