ACE3/addons/frag/functions/fnc_stopTracing.sqf
PabstMirror 9c0478ddfd Cleanup
2015-06-18 22:04:48 -05:00

6 lines
160 B
Plaintext

#include "script_component.hpp"
if(GVAR(tracesStarted)) then {
GVAR(tracesStarted) = false;
[GVAR(traceID)] call cba_fnc_removePerFrameHandler;
};