ACE3/addons/fcs/functions/fnc_canResetFCS.sqf

16 lines
313 B
Plaintext
Raw Normal View History

2015-01-13 21:51:02 +00:00
/*
* Author: KoffeinFlummi
*
* Called from config. Can player reset FCS?
*
* Argument:
* Nothing
*
* Return value:
* Boolean (Bool)
*/
#include "script_component.hpp"
2015-02-14 05:38:01 +00:00
count ((vehicle ACE_player) getVariable [format ["%1_%2", QGVAR(Magazines), [ACE_player] call EFUNC(common,getTurretIndex)], []]) > 1