BIS fnc turretConfig: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " *\| *Syntax[0-9]* *= * " to " ")
m (Text replacement - "\[\[[cC]ategory:[fF]unctions\|\{\{uc:[a-z A-Z_]*\}\}\]\]" to "")
Line 7: Line 7:
}}
}}


[[Category:Functions|{{uc:turretConfig}}]]
 


[[Category:{{Name|arma3}}: Functions|{{uc:turretConfig}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:turretConfig}}]]

Revision as of 03:06, 2 February 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
turret: Array - turret path
Return Value:
Return value needed

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:
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