ramdb/addons/db/XEH_postInit.sqf
Jacob Schmidt 885cc267c5
All checks were successful
Build / Build (push) Successful in 1m41s
Initial Repo Setup
2024-11-10 14:33:22 -06:00

15 lines
403 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 "ArmaRAMDb") then {
// parseSimpleArray _data call (missionNamespace getVariable [_function, {
// hint "Function does not exist!"
// }]);
// };
// }];