stop: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - "|= Game name" to "|Game name=")
(21 intermediate revisions by 10 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{Command|Comments=
____________________________________________________________________________________________
____________________________________________________________________________________________


| ofp |= Game name
| ofp |Game name=


|1.00|= Game version
|1.00|Game version=
|arg= local |Multiplayer Arguments=
 
|eff= global |Multiplayer Effects=
____________________________________________________________________________________________
____________________________________________________________________________________________


| 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
| Stop AI unit.<br>Stopped unit will not be able to move, fire, or change its orientation to follow a watched object.<br>It may still change the stance if deemed appropriate (e.g. under fire).<br>Use [[disableAI]] to disable specific AI capabilities. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| unitName '''stop''' stop |= Syntax
| unitName '''stop''' toggle |SYNTAX=


|p1= unitName: [[Object]] |= Parameter 1
|p1= unitName: [[Object]] |PARAMETER1=


|p2= stop: [[Boolean]] |= Parameter 2
|p2= toggle: [[Boolean]] |PARAMETER2=


| [[Nothing]] |= Return value
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>+loon1 stop [[true]]</code> |= Example 1
|x1= <code>loon1 stop [[true]]</code> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


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


}}
}}
Line 29: Line 32:
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
<dd class="notedate">Posted on January 6, 2011 - 13:21 (CET)
<dt class="note">[[User:Leo15745|Leo15745]]
<dd class="note">This command appears to be local only.


<!-- Note Section END -->
<!-- Note Section END -->
Line 35: Line 42:
<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|STOP]]
[[Category:Scripting Commands|STOP]]
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands OFP 1.96|STOP]]
[[Category:Scripting Commands OFP 1.96|STOP]]
[[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:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Unit_Control|{{uc:{{PAGENAME}}}}]]

Revision as of 23:07, 1 September 2019

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