waypointAttachedVehicle: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}")
m (formatting)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma2
|game1= arma2


|1.00
|version1= 1.00


|game2= arma2oa
|version2= 1.51
|game3= tkoh
|version3= 1.00
|game4= arma3
|version4= 0.50
|gr1= Waypoints
|gr1= Waypoints


| Gets the vehicle attached to the waypoint.
|descr= Gets the vehicle attached to the waypoint.
<br>A vehicle can be attached to a waypoint by
<br>A vehicle can be attached to a waypoint by
*creating the waypoint on top of the vehicle (in the editor)
*creating the waypoint on top of the vehicle in the [[2D Editor]]
*using [[waypointAttachVehicle]]
*using [[waypointAttachVehicle]]


| '''waypointAttachedVehicle''' waypoint
|s1= '''waypointAttachedVehicle''' waypoint


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


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


|x1= <code>[[waypointAttachedVehicle]] [groupOne,1]</code>
|x1= <code>[[waypointAttachedVehicle]] [groupOne, 1];</code>


|x2= <code>[[waypointAttachedVehicle]] [<nowiki/>[[group]] [[player]], [[currentWaypoint]] [[group]] [[player]]<nowiki>]</nowiki></code>
|x2= <code>[[waypointAttachedVehicle]] [<nowiki/>[[group]] [[player]], [[currentWaypoint]] [[group]] [[player]];<nowiki>]</nowiki></code>


|seealso= [[waypoints]], [[deleteWaypoint]], [[copyWaypoints]], [[setCurrentWaypoint]], [[setWaypointBehaviour]], [[setWaypointCombatMode]], [[setWaypointCompletionRadius]], [[setWaypointDescription]], [[setWaypointFormation]], [[setWaypointHousePosition]], [[setWaypointPosition]], [[setWaypointScript]], [[setWaypointSpeed]], [[setWaypointStatements]], [[setWaypointTimeout]], [[setWaypointType]], [[setWaypointVisible]], [[waypointAttachVehicle]], [[setWaypointLoiterRadius]], [[waypointLoiterRadius]], [[addWaypoint]], [[setWaypointLoiterType]], [[currentWaypoint]], [[attachObject]], [[attachTo]], [[attachedObjects]], [[attachedTo]], [[lightAttachObject]], [[triggerAttachVehicle]], [[attachedObject]]
|seealso= [[attachObject]], [[attachTo]], [[attachedObjects]], [[attachedTo]], [[lightAttachObject]], [[triggerAttachVehicle]], [[attachedObject]]
}}
}}
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Revision as of 10:03, 17 April 2021

Hover & click on the images for description

Description

Description:
Gets the vehicle attached to the waypoint.
A vehicle can be attached to a waypoint by
Groups:
Waypoints

Syntax

Syntax:
waypointAttachedVehicle waypoint
Parameters:
waypoint: Array - Format Waypoint
Return Value:
Object

Examples

Example 1:
waypointAttachedVehicle [groupOne, 1];
Example 2:
waypointAttachedVehicle [group player, currentWaypoint group player;]

Additional Information

See also:
attachObjectattachToattachedObjectsattachedTolightAttachObjecttriggerAttachVehicleattachedObject

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