move: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Fixed params)
m (Correct params)
Line 12: Line 12:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Creates a move waypoint on given position and makes it an actual group waypoint. |= Description
| Creates a move waypoint on given position (format [[Position]] or [[Position2D]]) and makes it an actual group waypoint. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 19: Line 19:
|p1= group: [[Object or Group]] |= Parameter 1
|p1= group: [[Object or Group]] |= Parameter 1


|p2= pos: [[Position]] or [[Position2D]] |= Parameter 2
|p2= pos: [[Array]] |= Parameter 2


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>groupOne move [[getPos]] [[player]]</code> |= Example 1
|x1= <code>groupOne move [[position]] [[player]]</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 15:34, 16 September 2006


Hover & click on the images for description

Description

Description:
Creates a move waypoint on given position (format Position or Position2D) and makes it an actual group waypoint.
Groups:
Uncategorised

Syntax

Syntax:
group move pos
Parameters:
group: Object or Group
pos: Array
Return Value:
Nothing

Examples

Example 1:
groupOne move position 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