moveToCompleted: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Command " to "{{RV|type=command ")
m (Some wiki formatting)
Line 1: Line 1:
[[Category:Scripting Commands|MOVETOCOMPLETED]]
{{GameCategory|ofpe|Scripting Commands}}
{{GameCategory|arma1|Scripting Commands}}
{{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 01:13, 1 February 2021

Hover & click on the images for description

Description

Description:
Check if latest low level moveTo command is finished.
Groups:
Unit Control

Syntax

Syntax:
moveToCompleted person
Parameters:
person: Object
Return Value:
Boolean

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