ACE3/addons/frag/functions/fnc_stopTracing.sqf
Ozan Eğitmen 029b68526f Cleanup Frag Component (#4581)
* Cleanup frag component

* Optimize fnc_addTrack

* Add additional cleanup

* Please work?

* Add more cleanup

* Fix script errors

* Fix/optimize spalling

* Add missing changes
2016-10-27 00:16:28 +02:00

6 lines
153 B
Plaintext

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