BIS fnc vehicleCrewTurrets: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Function" to "{{RV|type=function ")
m (Text replacement - " *\| *Syntax[0-9]* *= * " to " ")
Line 1: Line 1:
{{RV|type=function
{{RV|type=function
| arma3|1.93|gr1 = Object Manipulation| 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.| vehicle call [[BIS_fnc_vehicleCrewTurrets]] |Syntax1=
| arma3|1.93|gr1 = Object Manipulation| 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.| vehicle call [[BIS_fnc_vehicleCrewTurrets]]


|p1= vehicle: [[Object]] or [[String]] - actual vehicle or vehicle type| [[Array]] - array of turrets in form of turret path ([-1] - is for driver turret)|x1= <code>"B_APC_Wheeled_01_cannon_F" [[call]] [[BIS_fnc_vehicleCrewTurrets]];</code>
|p1= vehicle: [[Object]] or [[String]] - actual vehicle or vehicle type| [[Array]] - array of turrets in form of turret path ([-1] - is for driver turret)|x1= <code>"B_APC_Wheeled_01_cannon_F" [[call]] [[BIS_fnc_vehicleCrewTurrets]];</code>

Revision as of 19:59, 29 January 2021

Hover & click on the images for description

Description

Description:
Description needed
Execution:
call
Groups:
Object Manipulation

Syntax

Syntax:
Syntax needed
Parameters:
vehicle: Object or String - actual vehicle or vehicle type
Return Value:
Return value needed

Examples

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

Additional Information

See also:
See also needed

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