2016-05-30 16:37:03 +00:00
|
|
|
#include "script_component.hpp"
|
2016-10-26 22:16:31 +00:00
|
|
|
|
|
|
|
if (GVAR(tracesStarted)) exitWith {};
|
|
|
|
GVAR(tracesStarted) = true;
|
2017-02-11 21:07:10 +00:00
|
|
|
GVAR(traceID) = [FUNC(drawTraces), 0, []] call CBA_fnc_addPerFrameHandler;
|