setMusicEffect: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
[[Category:Scripting Commands ArmA|SETMUSICEFFECT]] | [[Category:Scripting Commands ArmA|SETMUSICEFFECT]] | ||
<h2 style="color:#000066">'''''trigger or waypoint'' setMusicEffect ''track'''''</h2> | |||
'''Operand types:''' | |||
''' | '''trigger or waypoint:''' [[Object]] or [[Array]] | ||
'''track:''' [[String]] | |||
'''Type of returned value:''' | '''Type of returned value:''' | ||
[[Nothing]] | |||
'''Compatibility:''' | '''Compatibility:''' | ||
Version 1.86 required. | |||
'''Description:''' | '''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:''' | '''Example:''' | ||
trigger '''setMusicEffect''' "Track1" |
Revision as of 13:26, 3 July 2006
trigger or waypoint setMusicEffect track
Operand types:
trigger or waypoint: Object or Array
track: String
Type of returned value:
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"