triggerAttachObject: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
[[Category:Scripting Commands ArmA|TRIGGERATTACHOBJECT]] | [[Category:Scripting Commands ArmA|TRIGGERATTACHOBJECT]] | ||
<h2 style="color:#000066">''''' triggerAttachObject '''''</h2> | |||
<h2 style="color:#000066">''trigger'' ''''' triggerAttachObject ''''' ''objecId''</h2> | |||
'''Operand types:''' | '''Operand types:''' | ||
trigger: [[Object]] | |||
objectId: [[Number]] | |||
'''Type of returned value:''' | '''Type of returned value:''' | ||
Nothing | |||
'''Compatibility:''' | '''Compatibility:''' | ||
Version 1.86 required. | |||
'''Description:''' | '''Description:''' | ||
Assigns a static object to the trigger. The activation source is changed to "STATIC". | |||
'''Example:''' | '''Example:''' | ||
trigger triggerAttachObject 1234 |