move: Difference between revisions

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


| Creates a move waypoint on given position (format [[Position]]) and makes it an actual group waypoint. |= Description
| Creates a move waypoint on given position 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: [[Array]] |= Parameter 2
|p2= pos: [[Position]] or [[Position2D]] |= Parameter 2


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value

Revision as of 10:53, 15 September 2006


Hover & click on the images for description

Description

Description:
Creates a move waypoint on given position and makes it an actual group waypoint.
Groups:
Uncategorised

Syntax

Syntax:
group move pos
Parameters:
group: Object or Group
pos: Position or Position2D
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