waypointAttachObject: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Armed[ _]Assault(\|.*)\]\]" to "{{GameCategory|arma1|Scripting Commands}}")
m (Replaced <code> with <sqf>)
 
(34 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


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


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


|gr1= Waypoints |GROUP1=
|game3= arma2
____________________________________________________________________________________________
|version3= 1.00


| Attaches a static object via it is numeric ID to the given waypoint.
|game4= arma2oa
|version4= 1.50


{{Important|
|game5= tkoh
* The [[#Syntax|main syntax]] doesn't work in {{arma3}} anymore.
|version5= 1.00
* The [[#Alternative_Syntax|alternative syntax]] is (at least) available since {{arma2}}.
 
}} |DESCRIPTION=
|game6= arma3
____________________________________________________________________________________________
|version6= 0.50


| waypoint [[waypointAttachObject]] objectID |SYNTAX=
|gr1= Waypoints


|p1= waypoint: [[Array]] - format [[Waypoint]] |PARAMETER1=
|descr= Attaches a static object via it is numeric ID to the given waypoint.


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


| [[Nothing]] |RETURNVALUE=
|s1= waypoint [[waypointAttachObject]] objectID
____________________________________________________________________________________________


|s2= waypoint [[waypointAttachObject]] object |Alternative Syntax=
|p1= waypoint: [[Array]] - format [[Waypoint]]


|p21= waypoint: [[Array]] - format [[Waypoint]] |PARAMETER21=
|p2= objectID: [[Number]]


|p22= object: [[Object]] - static object |PARAMETER22=
|r1= [[Nothing]]


|r2= [[Nothing]] |RETURNVALUE2=
|s2= waypoint [[waypointAttachObject]] object
____________________________________________________________________________________________
 
|x1= <code>[_grp, 2] [[waypointAttachObject]] 1234;</code> |EXAMPLE1=


|x2= <code>[[private]] _wp = [[group]] [[player]] [[addWaypoint]] [<nowiki/>[1907.5, 5746.5, 0.00144196], 0];
|p21= waypoint: [[Array]] - format [[Waypoint]]
_wp [[waypointAttachObject]] (([[waypointPosition]] _wp) [[nearestObject]] 66220);</code> |EXAMPLE2=
____________________________________________________________________________________________


| [[waypointAttachedObject]] |SEEALSO=
|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}}}}]]
}}
{{GameCategory|arma1|Scripting Commands}}
[[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