mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Dump settings to debug
This commit is contained in:
parent
7f2ada38a2
commit
1221498357
@ -48,6 +48,18 @@ if (isNull ace_player) then {"null"} else {animationState ace_player}];
|
||||
[_text] call _outputText;
|
||||
|
||||
|
||||
_text = format ["
|
||||
------ACE Settings------"];
|
||||
[_text] call _outputText;
|
||||
|
||||
|
||||
{
|
||||
_var = missionNamespace getVariable [(_x select 0), "ERROR: Not Defined"];
|
||||
_text = format ["%1 - %2", (_x select 0), _var];
|
||||
[_text] call _outputText;
|
||||
} forEach EGVAR(common,settings);
|
||||
|
||||
|
||||
_text = format ["
|
||||
------Array Info (count >= %1)------", MIN_ARRAY_SIZE];
|
||||
[_text] call _outputText;
|
||||
|
Loading…
Reference in New Issue
Block a user