ACE3/addons/medical_ui/XEH_postInit.sqf

7 lines
155 B
Plaintext
Raw Normal View History

2016-12-01 19:54:03 +00:00
#include "script_component.hpp"
if (!hasInterface) exitWith {};
[] call FUNC(initEffects);
[FUNC(handleEffects), 1, []] call CBA_fnc_addPerFrameHandler;