assignedVehicleRole: Difference between revisions

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


| [[Array]] <nowiki>=</nowiki> '''assignedVehicleRole''' [[Object#Unit|Unit]]|= Syntax
| [[Array]] <nowiki>=</nowiki> '''assignedVehicleRole''' unitName |= Syntax


|p1=  [[Object#Unit|Unit]]: [[Object]] |= Parameter 1
|p1=  unitName: [[Object]] |= Parameter 1


| [[Array]] |= Return value
| [[Array]] |= Return value

Revision as of 23:54, 21 January 2009

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

Description

Description:
Return the role a unit is assigned to within its assigned vehicle. The array which is returned contains:
  • [] - Not assigned to any vehicle
  • ["Driver"] - Assigned as driver
  • ["Cargo"] - Assigned as cargo
  • ["Turret", [turret path]] - Assigned to a turret
If no vehicle role is assigned, an empty array is returned.
Groups:
Uncategorised

Syntax

Syntax:
Array = assignedVehicleRole unitName
Parameters:
unitName: Object
Return Value:
Array

Examples

Example 1:
_RoleArray=assignedVehicleRole player

Additional Information

See also:
assignedVehicleunassignVehicle

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