doGetOut: Difference between revisions

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


| '''doGetOut''' unit(s) |= Syntax
| '''doGetOut''' [[Object#Unit(s)|Unit(s)]] |= Syntax


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


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



Revision as of 10:47, 27 August 2007

-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)
Return Value:
Nothing

Examples

Example 1:
doGetOut _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