7DTD-ScriptingMod icon indicating copy to clipboard operation
7DTD-ScriptingMod copied to clipboard

Give lua access to console:log/info/warn/error/debug functions because why not!

Open credomane opened this issue 7 years ago • 0 comments

Adds the "JsConsole" to Lua! Call them like so:

console:log("Lua console:log()");
console:info("Lua console:info()");
console:warn("Lua console:warn()");
console:error("Lua console:error()");
console:debug("Lua console:debug()");

credomane avatar Feb 01 '18 18:02 credomane