waypointAttachVehicle: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (+ Category)
mNo edit summary
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Attaches a vehicle to the given waypoint. |= Description
| Attaches a [[Object#Unit|Unit]] to the given [[Waypoint]]. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| waypoint '''waypointAttachVehicle''' vehicle |= Syntax
| [[Waypoint]] '''waypointAttachVehicle''' [[Object#Unit|Unit]]|= Syntax


|p1= waypoint: [[Array]] |= Parameter 1
|p1= [[Waypoint]]: [[Array]] |= Parameter 1


|p2= vehicle: [[Object]] |= Parameter 2
|p2= [[Object#Unit|Unit]]: [[Object]] |= Parameter 2


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>[grp, 2] waypointAttachVehicle [[vehicle]] [[player]]</code> |= Example 1
|x1= <code>[_grp, 2] waypointAttachVehicle [[vehicle]] [[player]]</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 03:38, 1 September 2007

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Attaches a Unit to the given Waypoint.
Groups:
Uncategorised

Syntax

Syntax:
Waypoint waypointAttachVehicle Unit
Parameters:
Waypoint: Array
Unit: Object
Return Value:
Nothing

Examples

Example 1:
[_grp, 2] waypointAttachVehicle vehicle player

Additional Information

See also:
See also needed

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

Notes

Bottom Section