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]] '''waypointAttachObject''' [[Number]]|= Syntax
| waypoint '''waypointAttachObject''' objectID |= Syntax


|p1= [[Waypoint]]: [[Array]] |= Parameter 1
|p1= waypoint: [[Array]] - format [[Waypoint]] |= Parameter 1


|p2= [[Number]] |= Parameter 2
|p2= objectID: [[Number]] |= Parameter 2


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value

Revision as of 16:35, 24 January 2009

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Attaches a static object via it's numeric ID to the given waypoint.
Groups:
Uncategorised

Syntax

Syntax:
waypoint waypointAttachObject objectID
Parameters:
waypoint: Array - format Waypoint
objectID: Number
Return Value:
Nothing

Examples

Example 1:
[_grp, 2] waypointAttachObject 1234

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section