MusicBackgroundStop

From NWN Lexicon



Contents

[edit] MusicBackgroundStop(object)

Stops playing the currently selected background track.

void MusicBackgroundStop(
    object oArea
);

[edit] Parameters

oArea

The area to affect.


[edit] Description

This function terminates playing the background track.



[edit] Version

1.22

[edit] Example

object oArea = GetArea(OBJECT_SELF);
MusicBackgroundStop(oArea);

[edit] See Also



 author: Michael Nork, editor: Jeff Lindsey
 

Personal tools
Categories