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

categories: Area Functions | Music Effects Functions


 author: Michael Nork, editor: Jeff Lindsey