MusicBackgroundPlay(object)
Starts the currently selected background track playing.
void MusicBackgroundPlay( object oArea );
Parameters
oArea
The area affected.
Description
This function starts playing the currently selected background track for the specified area (as determined by day/night time).
Version
1.22
Example
object oArea = GetArea(OBJECT_SELF); MusicBackgroundPlay (oArea);
See Also
categories: | Music Effects Functions |
author: Michael Nork, editor: Jeff Lindsey