waypointAttachObject: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
[[Category:Scripting Commands ArmA|WAYPOINTATTACHOBJECT]] | [[Category:Scripting Commands ArmA|WAYPOINTATTACHOBJECT]] | ||
<h2 style="color:#000066">''waypoint ''''' waypointAttachObject ''''' ''idStatic''</h2> | |||
'''Operand types:''' | |||
waypoint: [[Array]] | |||
idStatic: [[Number]] | |||
'''Type of returned value:''' | '''Type of returned value:''' | ||
Nothing | |||
'''Compatibility:''' | '''Compatibility:''' | ||
Version 1.86 required. | |||
'''Description:''' | '''Description:''' | ||
Attaches a static object to the given waypoint. | |||
'''Example:''' | |||
[grp, 2] '''waypointAttachObject''' 1234 | |||
'''Example:''' | '''Example:''' |