ACE3/addons/frag/functions/fnc_startTracing.sqf
2017-02-11 15:07:10 -06:00

6 lines
174 B
Plaintext

#include "script_component.hpp"
if (GVAR(tracesStarted)) exitWith {};
GVAR(tracesStarted) = true;
GVAR(traceID) = [FUNC(drawTraces), 0, []] call CBA_fnc_addPerFrameHandler;