mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
17 lines
443 B
Plaintext
17 lines
443 B
Plaintext
#include "script_component.hpp"
|
|
|
|
[QGVAR(handoff), {_this call FUNC(handleHandoff)}] call CBA_fnc_addEventHandler;
|
|
|
|
["ACE3 Weapons", QGVAR(cycleFireMode), localize LSTRING(CycleFireMode),
|
|
{
|
|
[] call FUNC(cycleAttackProfileKeyDown);
|
|
false
|
|
},
|
|
{
|
|
false
|
|
},
|
|
[15, [false, true, false]], false] call CBA_fnc_addKeybind; //Ctrl+Tab Key
|
|
|
|
GVAR(dev_fnc_projectileCamera) = compile preprocessFileLineNumbers QPATHTOF(dev\projectileCamera.sqf);
|
|
|