commandStop: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (changed global to local variable to make clear the variable)
No edit summary
Line 12: Line 12:
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''commandStop''' [[Object#Unit(s)|Unit(s)]] |= Syntax
| '''commandStop''' unitName |= Syntax


|p1= [[Object#Unit(s)|Unit(s)]]: [[Object#Unit|Unit]] or [[Object#Units|Units]] |= Parameter 1
|p1= unitName: [[Object]] |= Parameter 1





Revision as of 17:45, 21 January 2009

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 unitName
Parameters:
unitName: Object
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