BIS_fnc_vehicleCrewTurrets

From Bohemia Interactive Community
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Hover & click on the images for description

Description

Description:
Returns vehicle crew turrets, which will be filled with crew if createVehicleCrew command is executed on the vehicle. If vehicle class is passed as param, all vehicle crew turrets are returned.
Execution:
call
Groups:
Object Manipulation

Syntax

Syntax:
vehicle call BIS_fnc_vehicleCrewTurrets
Parameters:
vehicle: Object or String - vehicle or vehicle type
Return Value:
Array - array of turrets in form of turret path ([-1] - is for driver turret)

Examples

Example 1:
"B_APC_Wheeled_01_cannon_F" call BIS_fnc_vehicleCrewTurrets;
Example 2:
car1 call BIS_fnc_vehicleCrewTurrets;

Additional Information

See also:
createVehicleCrew BIS_fnc_allTurrets BIS_fnc_turretConfig

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