lua_CodeCoverage
Enables code coverage
lua_debugger
Enables the script debugger.
1 to trigger on breakpoints and errors
2 to only trigger on errors
Usage: lua_debugger [0/1/2]
lua_debugger_show
Shows the Lua debugger window
lua_dump_coverage
Dumps lua states
lua_dump_state
Dumps the current state of the lua memory (defined symbols and values) into the file LuaState.txt
lua_garbagecollect
Forces a garbage collection of the lua state
lua_reload_script
Reloads given script files and their dependencies
lua_stackonmalloc
Enables/disables logging of the called lua functions and respective callstacks, whenever a new lua object is instantiated.
lua_StopOnError
Stops on error