setMusicEffect

From Bohemia Interactive Community
Revision as of 14:26, 3 July 2006 by Raedor (talk | contribs)
Jump to navigation Jump to search


trigger or waypoint setMusicEffect track


Operand types:

trigger or waypoint: Object or Array

track: String

Type of returned value:

Nothing

Compatibility:

Version 1.86 required.

Description:

Defines the music track played on activation. Track is a subclass name of CfgMusic. "$NONE$" (no change) or "$STOP$" (stops the current music track).

Example:

trigger setMusicEffect "Track1"