moveToCompleted: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "{{Command " to "{{RV|type=command ") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
| arma1 | |game1= arma1 | ||
|1.00 | |version1= 1.00 | ||
|gr1= Unit Control | |gr1= Unit Control | ||
| Check if latest low level moveTo command is finished. | |descr= Check if latest low level moveTo command is finished. | ||
|'''moveToCompleted''' person | |s1= '''moveToCompleted''' person | ||
|p1= person: [[Object]] | |p1= person: [[Object]] | ||
| [[Boolean]] | |r1= [[Boolean]] | ||
|x1= <code>_isCompleted = [[moveToCompleted]] _unit;</code> | |x1= <code>_isCompleted = [[moveToCompleted]] _unit;</code> | ||
| [[moveTo]], [[moveToFailed]] | |seealso= [[moveTo]], [[moveToFailed]] | ||
}} | }} | ||
{{GameCategory|ofpe|Scripting Commands}} | |||
{{GameCategory|arma1|Scripting Commands}} | |||
{{GameCategory|arma2|Scripting Commands}} | {{GameCategory|arma2|Scripting Commands}} | ||
{{GameCategory|arma3|Scripting Commands}} | {{GameCategory|arma3|Scripting Commands}} | ||
{{GameCategory|tkoh|Scripting Commands}} | {{GameCategory|tkoh|Scripting Commands}} |
Revision as of 00:13, 1 February 2021
Description
- Description:
- Check if latest low level moveTo command is finished.
- Groups:
- Unit Control
Syntax
Examples
- Example 1:
_isCompleted = moveToCompleted _unit;
Additional Information
- See also:
- moveTomoveToFailed
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
- Command Group: Unit Control
- Operation Flashpoint: Elite: Scripting Commands
- Arma 2: Scripting Commands
- Arma 3: Scripting Commands
- Take On Helicopters: Scripting Commands