mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
24 lines
322 B
Plaintext
24 lines
322 B
Plaintext
#include "..\script_component.hpp"
|
|
/*
|
|
* Author: ACE-Team
|
|
* Dev things
|
|
*
|
|
* Arguments:
|
|
* None
|
|
*
|
|
* Return Value:
|
|
* None
|
|
*
|
|
* Example:
|
|
* None
|
|
*
|
|
* Public: No
|
|
*/
|
|
|
|
if (!GVAR(tracesStarted)) exitWith {};
|
|
|
|
INFO("Ending Trace Drawing");
|
|
|
|
GVAR(tracesStarted) = false;
|
|
[GVAR(traceID)] call CBA_fnc_removePerFrameHandler;
|