server/addons/main/XEH_postInit.sqf
Jacob Schmidt 48e3e15f71
Some checks failed
Build / Build (push) Failing after 51s
Initial Repo Setup
2025-01-01 14:30:34 -06:00

11 lines
339 B
Plaintext

#include "script_component.hpp"
// 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!"
// }]);
// };
// }];