doGetOut: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (updated see also)
m (template:command argument fix)
Line 11: Line 11:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Orders a unit or units to get out from the vehicle (silently). |= Description
| Orders a unit or units to get out from the vehicle (silently). |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''doGetOut''' unit(s) |= Syntax
| '''doGetOut''' unit(s) |SYNTAX=


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


| [[Nothing]] |= Return value
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>[[doGetOut]] _unitOne</code> |= Example 1
|x1= <code>[[doGetOut]] _unitOne</code> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[commandGetOut]], [[moveOut]], [[leaveVehicle]] |= See also
| [[commandGetOut]], [[moveOut]], [[leaveVehicle]] |SEEALSO=


}}
}}

Revision as of 15:38, 7 April 2019

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

Description

Description:
Orders a unit or units to get out from the vehicle (silently).
Groups:
Uncategorised

Syntax

Syntax:
doGetOut unit(s)
Parameters:
unit(s): Object or Array
Return Value:
Nothing

Examples

Example 1:
doGetOut _unitOne

Additional Information

See also:
commandGetOutmoveOutleaveVehicle

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