Files
MissionTemplate/framework/zeus/functions/fn_initClient.sqf
2024-02-07 13:11:58 -08:00

14 lines
235 B
Plaintext

#include "..\script_component.hpp"
if (!hasInterface) exitWith {};
call FUNC(addZenModules);
[
LEVEL_DEBUG,
QUOTE(COMPONENT),
"postInit complete",
[]
] call EFUNC(common,log);
localNamespace setVariable [QGVAR(complete), true];