ACE3/addons/common/functions/fnc_debugModule.sqf

19 lines
307 B
Plaintext
Raw Normal View History

2015-09-18 13:40:51 +00:00
/*
* Author: Glowbal
2015-01-16 23:21:47 +00:00
*
2015-09-18 13:40:51 +00:00
* Arguments:
* None
*
* Return Value:
* None
*
* Public: No
2015-01-16 23:21:47 +00:00
*/
2015-05-14 18:06:06 +00:00
2015-01-16 23:21:47 +00:00
#include "script_component.hpp"
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"]);