commandStop: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:Scripting Commands OFP 1.[4-9]{2}(\|(\{\{uc:\{\{PAGENAME\}\}\}\}|#|[A-Z]+))?\]\] " to "") |
Lou Montana (talk | contribs) m (Text replacement - "<!-- Note Section [A-Z]+ --> " to "") |
||
Line 29: | Line 29: | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<dd class="notedate"> | <dd class="notedate"> | ||
<dt class="note">[[User:Ceeeb|Ceeeb]]</dt> | <dt class="note">[[User:Ceeeb|Ceeeb]]</dt> | ||
<dd class="note">In '''ArmA 1.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 '''ArmA 1.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 00:34, 6 April 2021
Description
- Description:
- Description needed
- Groups:
- Groups
Syntax
- Syntax:
- Syntax needed
- Parameters:
- unitName: Object or Array of Objects
- Return Value:
- Return value needed
Examples
- Example 1:
commandStop _soldier1;
- Example 2:
commandStop [_soldier1, _soldier2];
- Example 3:
commandStop (units player);
Additional Information
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 ArmA 1.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).