waypointAttachObject: 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|WAYPOINTATTACHOBJECT]]
[[Category:Scripting Commands ArmA|WAYPOINTATTACHOBJECT]]


<new command not populated>


<h2 style="color:#000066">''waypoint ''''' waypointAttachObject ''''' ''idStatic''</h2>


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


'''Operand types:'''


'''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:'''

Revision as of 19:11, 28 June 2006


waypoint waypointAttachObject idStatic


Operand types:

waypoint: Array idStatic: Number

Type of returned value:

Nothing

Compatibility:

Version 1.86 required.

Description:

Attaches a static object to the given waypoint.

Example:

[grp, 2] waypointAttachObject 1234

Example: