stop: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Command is not obsolete, is widely used in Resistance campaign and many unofficial missions)
mNo edit summary
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Stop AI unit. Stopped unit will not be able to move and fire. Use [[disableAI]] to stop unit movements. |= Description
| Stop AI unit. Stopped unit will not be able to move and fire. Use [[disableAI]] to choose which part of AI you want to stop |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 21:25, 12 August 2006

Hover & click on the images for description

Description

Description:
Stop AI unit. Stopped unit will not be able to move and fire. Use disableAI to choose which part of AI you want to stop
Groups:
Uncategorised

Syntax

Syntax:
unit stop stop
Parameters:
unit: Object
stop: Boolean
Return Value:
Nothing

Examples

Example 1:
loon1 stop true

Additional Information

See also:
See also needed

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