move: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 4: Line 4:
[[Category:Scripting Commands ArmA|MOVE]]
[[Category:Scripting Commands ArmA|MOVE]]


{{Command|= Comments
____________________________________________________________________________________________


<h2 style="color:#000066">'''''group'' move ''pos'''''</h2>
| ofp |= Game name


|1.00|= Game version
____________________________________________________________________________________________


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


'''group:''' [[Object or Group]]
| group '''move''' pos |= Syntax


'''pos:''' [[Array]]
|p1= group: [[Object or Group]] |= Parameter 1


'''Type of returned value:'''
|p2= pos: [[Array]] |= Parameter 2


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


'''Description:'''
|  |= See also


Creates a move waypoint on given position (format [[Position]]) and makes it an actual group waypoint.
}}


<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


'''Example:'''
<!-- Note Section END -->
</dl>


groupOne '''move''' [[getPos]] [[player]]
<h3 style="display:none">Bottom Section</h3>

Revision as of 00:37, 2 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