ACE3/addons/common/functions/fnc_debugModule.sqf

22 lines
360 B
Plaintext
Raw Normal View History

#include "script_component.hpp"
2015-09-18 13:40:51 +00:00
/*
* Author: Glowbal
2015-09-20 20:29:38 +00:00
* ?
2015-01-16 23:21:47 +00:00
*
2015-09-18 13:40:51 +00:00
* Arguments:
* None
*
* Return Value:
* None
*
* Example:
* call ace_common_fnc_debugModule
*
2015-09-18 13:40:51 +00:00
* Public: No
2015-01-16 23:21:47 +00:00
*/
2015-05-14 18:06:06 +00:00
2015-09-18 13:40:51 +00:00
params ["_entity"];
2015-01-16 23:21:47 +00:00
GVAR(LOGDISPLAY_LEVEL) = call compile (_entity getVariable ["logDisplayLevel","4"]);
GVAR(LOGLEVEL) = call compile (_entity getVariable ["logLevel","4"]);