move: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(MP note)
(mp notes)
Line 9: Line 9:


| ofp |= Game name
| ofp |= Game name
|arg= local |=
|eff= global |=


|1.00|= Game version
|1.00|= Game version
Line 16: Line 20:
____________________________________________________________________________________________
____________________________________________________________________________________________


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


|p1= GroupOrUnit: [[Group]] or [[Object#Unit|Unit]] or |= Parameter 1
|p1= GroupOrUnit: [[Group]] or [[Object#Unit|Unit]] or |= Parameter 1
Line 27: Line 31:
|x1= <code>groupOne move [[position]] [[player]]</code> |= Example 1
|x1= <code>groupOne move [[position]] [[player]]</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________
 
|mp= Group or unit must be local to have global effect for this command.|=MP note
|  |= See also
|[[doMove]] |= See also


}}
}}
Line 35: Line 39:
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
Group or unit must be local. [[User:Way|&#91;AOE]Way]]
<!-- Note Section END -->
<!-- Note Section END -->
</dl>
</dl>


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>

Revision as of 00:34, 4 February 2008


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:
GroupOrUnit move Position
Parameters:
GroupOrUnit: Group or Unit or
Position or Position2D
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