move: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(mp notes)
mNo edit summary
Line 20: Line 20:
____________________________________________________________________________________________
____________________________________________________________________________________________


| GroupOrUnit '''move''' [[Position]]|= Syntax
| group '''move''' position |= Syntax


|p1= GroupOrUnit: [[Group]] or [[Object#Unit|Unit]] or |= Parameter 1
|p1= group: [[Object]] or [[Group]] |= Parameter 1


|p2= [[Position]] or [[Position2D]] |= Parameter 2
|p2= position: [[Array]] - format [[Position]] |= Parameter 2


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

Revision as of 22:04, 23 January 2009


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.
Multiplayer:
Group or unit must be local to have global effect for this command.
Groups:
Uncategorised

Syntax

Syntax:
group move position
Parameters:
group: Object or Group
position: Array - format Position
Return Value:
Nothing

Examples

Example 1:
groupOne move position player

Additional Information

See also:
doMove

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