dragonfly/addons/db/XEH_postInit.sqf
Jacob Schmidt bf951fd1f6
Some checks failed
Build / Build (push) Failing after 39s
Initial Repo Setup
2025-01-01 09:33:04 -06:00

15 lines
413 B
Plaintext

#include "script_component.hpp"
GVAR(isProcessing) = false;
GVAR(fetchArray) = [];
GVAR(taskQueue) = [];
// addMissionEventHandler ["ExtensionCallback", {
// params ["_name", "_function", "_data"];
// diag_log _this;
// if (_name isEqualTo "ArmaDragonflyClient") then {
// parseSimpleArray _data call (missionNamespace getVariable [_function, {
// hint "Function does not exist!"
// }]);
// };
// }];