Add a Lua wrapper to display debug messages (shows if setting enabled)

This commit is contained in:
Kevin Azzam
2015-10-11 12:07:59 +02:00
parent 7e1dfa96be
commit a0bcfb6f35
5 changed files with 26 additions and 2 deletions

View File

@@ -101,6 +101,7 @@ namespace OpenRA
public class DebugSettings
{
public bool BotDebug = false;
public bool LuaDebug = false;
public bool PerfText = false;
public bool PerfGraph = false;
public float LongTickThresholdMs = 1;