BIS fnc vehicleRoles: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Game version" to "|Game version=")
m (Text replacement - " <nowiki>[</nowiki>" to " [<nowiki/>")
Line 14: Line 14:
|p1= [[Object]] or [[String]] - vehicle itself or a classname |PARAMETER1=
|p1= [[Object]] or [[String]] - vehicle itself or a classname |PARAMETER1=


| [[Array]] - to format <nowiki>[</nowiki>[role, path], [role, path], …] like this:
| [[Array]] - to format [<nowiki/>[role, path], [role, path], …] like this:
<code>[
<code>[
["Driver",[]],
["Driver",[]],

Revision as of 12:27, 19 March 2020

Hover & click on the images for description

Description

Description:
Returns vehicle roles.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
vehicle call BIS_fnc_vehicleRoles
Parameters:
Object or String - vehicle itself or a classname
Return Value:
Array - to format [[role, path], [role, path], …] like this: [ ["Driver",[]], ["Turret",[0]], ["Turret",[0,0]], ["Cargo",[0]], ["Cargo",[1]], (…) ]

Examples

Example 1:
cursorObject call BIS_fnc_vehicleRoles;
Example 2:
"B_MBT_01_cannon_F" call BIS_fnc_vehicleRoles;

Additional Information

See also:
BIS_fnc_moveInassignedVehicleRoleweaponsTurret

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