mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
78a55d4436
* Generic cycle attack profile key for missile guidance * Add hint for weapons without huds * Fix Korean strings * Cleanup
14 lines
338 B
Plaintext
14 lines
338 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
|