waypointAttachObject: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (+ Category)
mNo edit summary
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Attaches a static object to the given waypoint. |= Description
| Attaches a static object via it's numeric ID to the given waypoint. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| waypoint '''waypointAttachObject''' idStatic |= Syntax
| [[Waypoint]] '''waypointAttachObject''' [[Number]]|= Syntax


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


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


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>[grp, 2] waypointAttachObject 1234</pre> |= Example 1
|x1= <pre>[_grp, 2] waypointAttachObject 1234</pre> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 03:37, 1 September 2007

-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 Number
Parameters:
Waypoint: Array
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