ACE3/addons/fcs/functions/fnc_canUseFCS.sqf

17 lines
462 B
Plaintext
Raw Normal View History

/*
* Author: commy2
* Called from config. Returns true if the player is a gunner and the players current vehicle has a FCS.
*
2015-12-10 15:00:14 +00:00
* Arguments:
* None
*
* Return Value:
* Boolean <BOOL>
*
2015-12-10 15:00:14 +00:00
* Public: No
*/
#include "script_component.hpp"
2015-02-11 14:29:42 +00:00
getNumber ([configFile >> "CfgVehicles" >> typeOf vehicle ACE_player, [ACE_player] call EFUNC(common,getTurretIndex)] call EFUNC(common,getTurretConfigPath) >> QGVAR(Enabled)) == 1
2015-12-10 15:00:14 +00:00
&& {cameraView == "GUNNER"} // return