ACE3/addons/frag/functions/fnc_startTracing.sqf

6 lines
183 B
Plaintext
Raw Normal View History

#include "script_component.hpp"
if(!GVAR(tracesStarted)) then {
GVAR(tracesStarted) = true;
GVAR(traceID) = [FUNC(drawTraces), 0, []] call cba_fnc_addPerFrameHandler;
2015-06-19 03:04:48 +00:00
};