commandStop: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|COMMANDSTOP]]
{{Command|= Comments
[[Category:Scripting Commands OFP 1.96|COMMANDSTOP]]
____________________________________________________________________________________________
[[Category:Scripting Commands OFP 1.46|COMMANDSTOP]]
[[Category:Scripting Commands ArmA|COMMANDSTOP]]


| ofp |= Game name


<h2 style="color:#000066"> '''commandStop ''unit'''''</h2>
|1.00|= Game version


|arg= global |= Arguments in MP
____________________________________________________________________________________________


'''Operand types:'''
| Order the given unit to stop (via the radio). |= Description
____________________________________________________________________________________________


'''unit:''' [[Object]] or [[Array]]
| '''commandStop''' unit |= Syntax


'''Type of returned value:'''
|p1= unit: [[Object]] |= Parameter 1


[[Nothing]]
| [[Nothing]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>commandStop soldier1</pre> |= Example 1
____________________________________________________________________________________________


'''Description:'''
| [[doStop]] |= See also


Order unit to stop (via radio).
}}


'''Note:''' Stop command is never finished, unit will never be ready.
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
</dl>


'''Example:'''
<h3 style="display:none">Bottom Section</h3>


'''commandStop''' unitOne
[[Category:Scripting Commands|COMMANDSTOP]]
[[Category:Scripting Commands OFP 1.96|COMMANDSTOP]]
[[Category:Scripting Commands OFP 1.46|COMMANDSTOP]]
[[Category:Scripting Commands ArmA|COMMANDSTOP]]

Revision as of 23:58, 1 August 2006

Hover & click on the images for description

Description

Description:
Order the given unit to stop (via the radio).
Groups:
Uncategorised

Syntax

Syntax:
commandStop unit
Parameters:
unit: Object
Return Value:
Nothing

Examples

Example 1:
commandStop soldier1

Additional Information

See also:
doStop

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