moveTo: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "|s1= person" to "|s1= unit") |
m (formatting) |
||
Line 4: | Line 4: | ||
|version1= 1.00 | |version1= 1.00 | ||
|game2= arma2 | |||
|version2= 1.00 | |||
|game3= arma2oa | |||
|version3= 1.51 | |||
|game4= tkoh | |||
|version4= 1.00 | |||
|game5= arma3 | |||
|version5= 0.50 | |||
|arg= local | |arg= local | ||
Line 15: | Line 31: | ||
|s1= unit [[moveTo]] position | |s1= unit [[moveTo]] position | ||
|p1= | |p1= unit: [[Object]] | ||
|p2= position: [[PositionATL]] | |p2= position: [[PositionATL]] | ||
Line 27: | Line 43: | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<dd class="notedate">Posted on August 14, 2010 - 05:44</dd> | <dd class="notedate">Posted on August 14, 2010 - 05:44</dd> | ||
<dt class="note">[[User:Rübe|Rübe]]</dt> | <dt class="note">[[User:Rübe|Rübe]]</dt> | ||
Line 34: | Line 48: | ||
moveTo is a low-level command used in [[FSM]] called with doFSM or commandFSM. See [[doFSM]] for more information about this. Use [[doMove]] everywhere else - even in FSM executed with execFSM. | moveTo is a low-level command used in [[FSM]] called with doFSM or commandFSM. See [[doFSM]] for more information about this. Use [[doMove]] everywhere else - even in FSM executed with execFSM. | ||
</dd> | </dd> | ||
</dl> | </dl> | ||
Revision as of 11:05, 27 March 2021
Description
- Description:
- Low level command to person to move to given position.
- Groups:
- Unit Control
Syntax
- Syntax:
- unit moveTo position
- Parameters:
- unit: Object
- position: PositionATL
- Return Value:
- Nothing
Examples
Additional Information
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
Categories:
- Scripting Commands
- Introduced with Armed Assault version 1.00
- ArmA: Armed Assault: New Scripting Commands
- ArmA: Armed Assault: Scripting Commands
- Arma 2: Scripting Commands
- Arma 2: Operation Arrowhead: Scripting Commands
- Take On Helicopters: Scripting Commands
- Arma 3: Scripting Commands
- Command Group: Unit Control
- Scripting Commands: Global Effect