ACE3/TO_MERGE/cse/main/debug/functions/fn_debugModule.sqf

16 lines
319 B
Plaintext
Raw Normal View History

2015-01-12 22:35:40 +00:00
/**
* 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"]);