waypointAttachObject: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 10: Line 10:


waypoint: [[Array]]
waypoint: [[Array]]
idStatic: [[Number]]
idStatic: [[Number]]


'''Type of returned value:'''
'''Type of returned value:'''


Nothing
[[Nothing]]


'''Compatibility:'''
'''Compatibility:'''
Line 23: Line 24:


Attaches a static object to the given waypoint.  
Attaches a static object to the given waypoint.  


'''Example:'''
'''Example:'''


[grp, 2] '''waypointAttachObject''' 1234
[grp, 2] '''waypointAttachObject''' 1234

Revision as of 14:26, 29 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