MusicBackgroundStop
From NWN Lexicon
Jump to navigationJump to search
MusicBackgroundStop(object)
Stops playing the currently selected background track.
void MusicBackgroundStop(
object oArea
);
Parameters
oArea
The area to affect.
Description
This function terminates playing the background track.
Version
1.22
Example
object oArea = GetArea(OBJECT_SELF);
MusicBackgroundStop(oArea);
See Also
author: Michael Nork, editor: Jeff Lindsey