forge/arma/server/addons/task/initSettings.inc.sqf
Jacob Schmidt c6a0982450 Emit task and CAD state changes on the event bus
- Add task reward, notification, and rating events
- Emit CAD assignment, request, and group updates
- Route org and bank sync through event bus listeners
2026-05-15 19:57:19 -05:00

12 lines
322 B
Plaintext

[
QGVAR(enableGenerator), "CHECKBOX",
[LSTRING(enableGenerator), LSTRING(enableGeneratorTooltip)],
_category, false, true
] call CBA_fnc_addSetting;
[
QGVAR(enableEventLogs), "CHECKBOX",
[LSTRING(enableEventLogs), LSTRING(enableEventLogsTooltip)],
_category, true, true
] call CBA_fnc_addSetting;