move: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (fix examples)
Line 24: Line 24:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>groupOne move [[getPos]] [[player]]</pre> |= Example 1
|x1= <code>groupOne move [[getPos]] [[player]]</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 02:37, 4 August 2006


Hover & click on the images for description

Description

Description:
Creates a move waypoint on given position (format Position) 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 getPos 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