assignedVehicle: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " |r1=[[" to " |r1= [[")
Line 26: Line 26:
|p1= unit: [[Object]]
|p1= unit: [[Object]]


|r1=[[Object]]
|r1= [[Object]]


|x1= <code>_vehicle = [[assignedVehicle]] [[player]];</code>
|x1= <code>_vehicle = [[assignedVehicle]] [[player]];</code>

Revision as of 23:34, 7 August 2021

Hover & click on the images for description

Description

Description:
Returns the vehicle an unit is assigned to. If no vehicle is assigned objNull is returned.
See AI Group Vehicle Management for more information.
Groups:
Object Manipulation

Syntax

Syntax:
assignedVehicle unit
Parameters:
unit: Object
Return Value:
Object

Examples

Example 1:
_vehicle = assignedVehicle player;

Additional Information

See also:
addVehicleassignAsDriverassignAsCargoassignAsCommanderassignAsGunnerunassignVehicleleaveVehicle

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