stop: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Object#Unit|Unit]] '''stop''' OnOff|= Syntax
| unitName '''stop''' stop |= Syntax


|p1= [[Object#Unit|Unit]] |= Parameter 1
|p1= unitName: [[Object]] |= Parameter 1


|p2= OnOff: [[Boolean]] |= Parameter 2
|p2= stop: [[Boolean]] |= Parameter 2


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value

Revision as of 01:24, 26 January 2009

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