leaveVehicle: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(populated with empty template)
(populated)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| (description) |= Description
| Ceases the using of the vehicle in the group. It unassigns all grouped units from the vehicle.  |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''(command)''' |= Syntax
| group '''leaveVehicle''' vehicle |= Syntax


|p1= |= PARAMETER1  
|p1= group: [[Object]] or [[Group]] |= PARAMETER1  


|p2= |= PARAMETER2  
|p2= vehicle: [[Object]] |= PARAMETER2  


|p3= |= PARAMETER3  
|p3= |= PARAMETER3  


| |= RETURNVALUE  
| [[Nothing]] |= RETURNVALUE  




|x1= <code>(example)</code>|= EXAMPLE1  
|x1= <code>soldierOne leaveVehicle jeepOne</code>|= EXAMPLE1  
 
|x2= <code>groupOne leaveVehicle jeepOne</code>|= EXAMPLE2


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 00:15, 16 June 2009

Hover & click on the images for description

Description

Description:
Ceases the using of the vehicle in the group. It unassigns all grouped units from the vehicle.
Groups:
Uncategorised

Syntax

Syntax:
group leaveVehicle vehicle
Parameters:
group: Object or Group
vehicle: Object
Return Value:
Nothing

Examples

Example 1:
soldierOne leaveVehicle jeepOne
Example 2:
groupOne leaveVehicle jeepOne

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