setMusicEffect: Difference between revisions

From Bohemia Interactive Community
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]]


<new command not populated>


<h2 style="color:#000066">'''''trigger or waypoint'' setMusicEffect ''track'''''</h2>


<h2 style="color:#000066">''''' setMusicEffect '''''</h2>


'''Operand types:'''


'''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 14:26, 3 July 2006


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"