stop

From Bohemia Interactive Community
Revision as of 21:15, 15 June 2015 by Krzmbrzl (talk | contribs) (format)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Stop AI unit.
Stopped unit will not be able to move, fire, or change its orientation to follow a watched object.
It may still change the stance if deemed appropriate (e.g. under fire).
Use disableAI to disable specific AI capabilities.
Groups:
Uncategorised

Syntax

Syntax:
unitName stop shouldStop
Parameters:
unitName: Object
shouldStop: Boolean
Return Value:
Nothing

Examples

Example 1:
loon1 stop true

Additional Information

See also:
stoppeddoStopcommandStop

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

This command appears to be local only. --Leo15745 13:21, 6 January 2011 (CET)

Bottom Section