waypointAttachObject: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Added ArmA2)
m (Replaced <code> with <sqf>)
 
(56 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma |= Game name
|game1= ofpe
|version1= 1.00


|1.00|= Game version
|game2= arma1
____________________________________________________________________________________________
|version2= 1.00


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


| waypoint '''waypointAttachObject''' objectID |= Syntax
|game4= arma2oa
|version4= 1.50


|p1= waypoint: [[Array]] - format [[Waypoint]] |= Parameter 1
|game5= tkoh
|version5= 1.00


|p2= objectID: [[Number]] |= Parameter 2
|game6= arma3
|version6= 0.50


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


| |= See also
|descr= Attaches a static object via it is numeric ID to the given waypoint.


{{Feature|important|
* The [[#Syntax|main syntax]] doesn't work in {{arma3}} anymore.
* The [[#Alternative_Syntax|alternative syntax]] is (at least) available since {{arma2}}.
}}
}}


<h3 style="display:none">Notes</h3>
|s1= waypoint [[waypointAttachObject]] objectID
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|p1= waypoint: [[Array]] - format [[Waypoint]]
</dl>


<h3 style="display:none">Bottom Section</h3>
|p2= objectID: [[Number]]


[[Category:Scripting Commands|WAYPOINTATTACHOBJECT]]
|r1= [[Nothing]]
[[Category:Scripting Commands OFP Elite |WAYPOINTATTACHOBJECT]]
 
[[Category:Scripting Commands ArmA|WAYPOINTATTACHOBJECT]]
|s2= waypoint [[waypointAttachObject]] object
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
 
[[Category:Command_Group:_Waypoints|{{uc:{{PAGENAME}}}}]]
|p21= waypoint: [[Array]] - format [[Waypoint]]
 
|p22= object: [[Object]] - static object
 
|r2= [[Nothing]]
 
|x1= <sqf>[_grp, 2] waypointAttachObject 1234;</sqf>
 
|x2= <sqf>private _wp = group player addWaypoint [[1907.5, 5746.5, 0.00144196], 0];
_wp waypointAttachObject ((waypointPosition _wp) nearestObject 66220);</sqf>
 
|seealso= [[waypointAttachedObject]]
}}

Latest revision as of 08:50, 17 May 2022

Hover & click on the images for description

Description

Description:
Attaches a static object via it is numeric ID to the given waypoint.
Groups:
Waypoints

Syntax

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

Alternative Syntax

Syntax:
waypoint waypointAttachObject object
Parameters:
waypoint: Array - format Waypoint
object: Object - static object
Return Value:
Nothing

Examples

Example 1:
[_grp, 2] waypointAttachObject 1234;
Example 2:
private _wp = group player addWaypoint [[1907.5, 5746.5, 0.00144196], 0]; _wp waypointAttachObject ((waypointPosition _wp) nearestObject 66220);

Additional Information

See also:
waypointAttachedObject

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