waypointAttachObject: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{uc:{{PAGENAME}}}}" to "")
m (Replaced <code> with <sqf>)
 
(37 intermediate revisions by 2 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 is numeric ID to the given waypoint.
|game3= arma2
|version3= 1.00


{{Important|
|game4= arma2oa
* The [[#Syntax|main syntax]] doesn't work in {{arma3}} anymore.
|version4= 1.50
* The [[#Alternative_Syntax|alternative syntax]] is (at least) available since {{arma2}}.
}} |DESCRIPTION=
____________________________________________________________________________________________


| waypoint [[waypointAttachObject]] objectID |SYNTAX=
|game5= tkoh
|version5= 1.00


|p1= waypoint: [[Array]] - format [[Waypoint]] |PARAMETER1=
|game6= arma3
|version6= 0.50


|p2= objectID: [[Number]] |PARAMETER2=
|gr1= Waypoints


| [[Nothing]] |RETURNVALUE=
|descr= Attaches a static object via it is numeric ID to the given waypoint.
____________________________________________________________________________________________


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


|p21= waypoint: [[Array]] - format [[Waypoint]] |PARAMETER21=
|s1= waypoint [[waypointAttachObject]] objectID


|p22= object: [[Object]] - static object |PARAMETER22=
|p1= waypoint: [[Array]] - format [[Waypoint]]


|r2= [[Nothing]] |RETURNVALUE2=
|p2= objectID: [[Number]]
____________________________________________________________________________________________
 
|x1= <code>[_grp, 2] [[waypointAttachObject]] 1234;</code> |EXAMPLE1=


|x2= <code>[[private]] _wp = [[group]] [[player]] [[addWaypoint]] [<nowiki/>[1907.5, 5746.5, 0.00144196], 0];
|r1= [[Nothing]]
_wp [[waypointAttachObject]] (([[waypointPosition]] _wp) [[nearestObject]] 66220);</code> |EXAMPLE2=
____________________________________________________________________________________________


| [[waypointAttachedObject]] |SEEALSO=
|s2= waypoint [[waypointAttachObject]] object
}}
 
|p21= waypoint: [[Array]] - format [[Waypoint]]
 
|p22= object: [[Object]] - static object


<h3 style="display:none">Notes</h3>
|r2= [[Nothing]]
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|x1= <sqf>[_grp, 2] waypointAttachObject 1234;</sqf>
</dl>


<h3 style="display:none">Bottom Section</h3>
|x2= <sqf>private _wp = group player addWaypoint [[1907.5, 5746.5, 0.00144196], 0];
_wp waypointAttachObject ((waypointPosition _wp) nearestObject 66220);</sqf>


[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
|seealso= [[waypointAttachedObject]]
[[Category:Scripting Commands OFP Elite|{{uc:{{PAGENAME}}}}]]
}}
[[Category:Scripting Commands Armed Assault|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]

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