Files
MissionTemplate/framework/vehicleFlags/functions/fn_initClient.sqf

17 lines
263 B
Plaintext

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