ACE3/addons/frag/functions/fnc_dev_startTracing.sqf

9 lines
216 B
Plaintext
Raw Normal View History

#include "script_component.hpp"
if (GVAR(tracesStarted)) exitWith {};
INFO("Starting Trace Drawing");
GVAR(tracesStarted) = true;
GVAR(traceID) = [LINKFUNC(dev_drawTraces), 0, []] call CBA_fnc_addPerFrameHandler;