commandStop: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Fixed syntax)
mNo edit summary
Line 9: Line 9:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Order the given unit(s) to stop (via the radio). |= Description
| Order the given unit(s) to stop (via the radio). A stop command will never finish, the unit will never be ready. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 22: Line 22:
____________________________________________________________________________________________
____________________________________________________________________________________________


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


}}
}}
Line 29: Line 29:
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
<!-- Note Section END -->
<!-- Note Section END -->
</dl>
</dl>

Revision as of 07:48, 12 February 2007

Hover & click on the images for description

Description

Description:
Order the given unit(s) to stop (via the radio). A stop command will never finish, the unit will never be ready.
Groups:
Uncategorised

Syntax

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

Examples

Example 1:
commandStop soldier1

Additional Information

See also:
doStopstoppedstop

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