mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
ffaa195fe5
* Fixed headers to work with silentspike python script * Fixed rest of the files * Fixed ace-team
24 lines
312 B
Plaintext
24 lines
312 B
Plaintext
/*
|
|
* Author: ACE-Team
|
|
* Dev things
|
|
*
|
|
* Arguments:
|
|
* None
|
|
*
|
|
* Return Value:
|
|
* None
|
|
*
|
|
* Example:
|
|
*
|
|
* Public: No
|
|
*/
|
|
|
|
#include "script_component.hpp"
|
|
|
|
if (!GVAR(tracesStarted)) exitWith {};
|
|
|
|
INFO("Ending Trace Drawing");
|
|
|
|
GVAR(tracesStarted) = false;
|
|
[GVAR(traceID)] call CBA_fnc_removePerFrameHandler;
|