stop: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (add. see also)
Line 22: Line 22:
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[stopped]], [[doStop]], [[commandStop]] |= See also


}}
}}
Line 38: Line 38:
[[Category:Scripting Commands OFP 1.46|STOP]]
[[Category:Scripting Commands OFP 1.46|STOP]]
[[Category:Scripting Commands ArmA|STOP]]
[[Category:Scripting Commands ArmA|STOP]]
[[Category:Command_Group:_Unit_Control|{{uc:{{PAGENAME}}}}]]

Revision as of 23:37, 16 April 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:
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