17 lines
445 B
Plaintext
17 lines
445 B
Plaintext
#include "script_component.hpp"
|
|
|
|
GVAR(isProcessing) = false;
|
|
GVAR(fetch_array) = [];
|
|
GVAR(pubSubFetch_array) = [];
|
|
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!"
|
|
// }]);
|
|
// };
|
|
// }];
|