moveToCompleted: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "[[Category:Scripting Commands ArmA|" to "[[Category:Scripting Commands Armed Assault|")
mNo edit summary
Line 9: Line 9:


|1.00|Game version=
|1.00|Game version=
|gr1= Unit Control |GROUP1=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 14: Line 16:
____________________________________________________________________________________________
____________________________________________________________________________________________


|[[Boolean]] <nowiki>=</nowiki> '''moveToCompleted''' person |SYNTAX=
|'''moveToCompleted''' person |SYNTAX=


|p1= person: [[Object]] |PARAMETER1=
|p1= person: [[Object]] |PARAMETER1=


| [[Boolean]] |RETURNVALUE=
| [[Boolean]] |RETURNVALUE=
|x1= <code>_isCompleted = [[moveToCompleted]] _unit;</code> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 20:21, 25 September 2020


-wrong parameter ("Arma") defined!-1.00
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

Notes

Bottom Section