commandStop: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|game([0-9]) ?= (.+) \|version([0-9]) ?= (.+) " to "|game$1= $2 |version$3= $4 ")
m (Text replacement - "<dl class="command_description"> <dd class="notedate">" to "<dl class="command_description"> <dt></dt> <dd class="notedate">")
Line 46: Line 46:


<dl class="command_description">
<dl class="command_description">
<dt></dt>
<dd class="notedate">
<dd class="notedate">
<dt class="note">[[User:Ceeeb|Ceeeb]]</dt>
<dt class="note">[[User:Ceeeb|Ceeeb]]</dt>
<dd class="note">In '''{{arma1}} v1.14''', this command will not stop a unit that has been given a move order by means of selecting the unit, then clicking on the in game map or ground.
<dd class="note">In '''{{arma1}} v1.14''', this command will not stop a unit that has been given a move order by means of selecting the unit, then clicking on the in game map or ground.
</dl>
</dl>

Revision as of 22:41, 5 June 2021

Hover & click on the images for description

Description

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

Syntax

Syntax:
commandStop target
Parameters:
target: Object or Array of Objects
Return Value:
Nothing

Examples

Example 1:
commandStop _soldier1;
Example 2:
commandStop [_soldier1, _soldier2];
Example 3:
commandStop (units player);

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
Ceeeb
In Armed Assault v1.14, this command will not stop a unit that has been given a move order by means of selecting the unit, then clicking on the in game map or ground.