assignedVehicle: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (unassigned ret. val)
(see also)
Line 20: Line 20:
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[assignAsDriver]], [[assignAsCargo]], [[assignAsCommander]], [[assignAsGunner]] |= 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:
assignAsDriverassignAsCargoassignAsCommanderassignAsGunner

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