commandGetOut: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (unit(s))
m (changed global to local variable to make clear the variable)
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''commandGetOut''' unit(s) |= Syntax
| '''commandGetOut''' [[Object#Unit(s)|Units(s)]] |= Syntax
 
|p1= [[Object#Unit(s)|Units(s)]]: [[Object#Unit|Unit]] or [[Object#Units|Units]] |= Parameter 1


|p1= unit(s): [[Object]] or [[Array]] |= Parameter 1


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>commandGetOut unitOne</pre> |= Example 1
|x1= <pre>commandGetOut _unitOne</pre> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 07:56, 27 August 2007

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Orders the unit to get out from the vehicle (via the radio).
Groups:
Uncategorised

Syntax

Syntax:
commandGetOut Units(s)
Parameters:
Units(s): Unit or Units
Return Value:
Nothing

Examples

Example 1:
commandGetOut _unitOne

Additional Information

See also:
See also needed

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