assignedVehicle: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(see also)
(see also 2)
Line 20: Line 20:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[assignAsDriver]], [[assignAsCargo]], [[assignAsCommander]], [[assignAsGunner]] |= See also
| [[assignAsDriver]], [[assignAsCargo]], [[assignAsCommander]], [[assignAsGunner]], [[unassignVehicle]] |= See also


}}
}}

Revision as of 23:19, 21 November 2008

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

Description

Description:
Return the vehicle a unit is assigned to.
If no vehicle is assigned objNull is returned.
Groups:
Uncategorised

Syntax

Syntax:
Vehicle = assignedVehicle Person
Parameters:
Person: Object
Return Value:
Vehicle Object

Examples

Example 1:
_vehicle= assignedVehicle player

Additional Information

See also:
assignAsDriverassignAsCargoassignAsCommanderassignAsGunnerunassignVehicle

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