stop: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(param name)
m (formatted notes)
Line 33: Line 33:
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->


 
<dd class="notedate">Posted on January 6, 2011 - 13:21 (CET)
This command appears to be local only.
<dt class="note">[[User:Leo15745|Leo15745]]
--[[User:Leo15745|Leo15745]] 13:21, 6 January 2011 (CET)
<dd class="note">This command appears to be local only.


<!-- Note Section END -->
<!-- Note Section END -->

Revision as of 19:56, 26 March 2016

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

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

Bottom Section