ACE3/TO_MERGE/cse/main/debug/functions/fn_debugModule.sqf
2015-01-12 23:35:40 +01:00

16 lines
319 B
Plaintext

/**
* fn_debugModule.sqf
* @Descr: N/A
* @Author: Glowbal
*
* @Arguments: []
* @Return:
* @PublicAPI: false
*/
private ["_entity"];
_entity = _this select 0;
CSE_LOGDISPLAY_LEVEL = call compile (_entity getvariable ["logDisplayLevel","4"]);
CSE_LOGLEVEL = call compile (_entity getvariable ["logLevel","4"]);