waypointAttachedObject: Difference between revisions

From Bohemia Interactive Community
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 19: Line 19:
|s1= [[waypointAttachedObject]] waypoint
|s1= [[waypointAttachedObject]] waypoint


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


|r1= [[Object]]
|r1= [[Object]]


|x1= <sqf>waypointAttachedObject [groupOne,1]</sqf>
|x1= <sqf>waypointAttachedObject [groupOne,1];</sqf>


|seealso= [[waypointAttachObject]]
|seealso= [[waypointAttachObject]]
}}
}}

Latest revision as of 02:57, 3 January 2026

Hover & click on the images for description

Description

Description:
Gets the object attached to the waypoint.
Groups:
Waypoints

Syntax

Syntax:
waypointAttachedObject waypoint
Parameters:
waypoint: Waypoint
Return Value:
Object

Examples

Example 1:
waypointAttachedObject [groupOne,1];

Additional Information

See also:
waypointAttachObject

Notes

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