BIS_fnc_turretConfig

From Bohemia Interactive Community
Revision as of 12:11, 1 May 2019 by Killzone Kid (talk | contribs) (Created page with "{{Function|Comments= ____________________________________________________________________________________________ | arma3dev |Game name= |1.93|Game version= ________________...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
-wrong parameter ("arma3dev") defined!-[[:Category:Introduced with arma3dev version 1.93|1.93]]
Hover & click on the images for description

Description

Description:
Returns vehicle turret config for the turret given by the turret path. Using [-1] for turret path returns vehicle config.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
vehicle call BIS_fnc_turretConfig
Parameters:
turret: Array - turret path
Return Value:
Config - turret config or configNull

Examples

Example 1:
getNumber (["B_APC_Wheeled_01_cannon_F", [0,0]] call BIS_fnc_turretConfig >> "hasGunner") > 0;
Example 2:
getNumber ([car1, [-1]] call BIS_fnc_turretConfig >> "hasDriver") > 0;

Additional Information

See also:
BIS_fnc_vehicleCrewTurretsBIS_fnc_allTurrets

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

[[Category:Introduced with arma3dev version 1.93]][[ Category: arma3dev: New Functions | BIS FNC TURRETCONFIG]][[ Category: arma3dev: Functions | BIS FNC TURRETCONFIG]]