stop: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Arma2 category)
mNo edit summary
Line 19: Line 19:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>+loon1 stop [[true]]</code> |= Example 1
|x1= <code>loon1 stop [[true]]</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 19:26, 18 November 2009

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 stop
Parameters:
unitName: Object
stop: 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

Bottom Section