LUA_LUA Flashcards

1
Q

lua_CodeCoverage

A

Enables code coverage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

lua_debugger

A

Enables the script debugger.
1 to trigger on breakpoints and errors
2 to only trigger on errors
Usage: lua_debugger [0/1/2]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

lua_debugger_show

A

Shows the Lua debugger window

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

lua_dump_coverage

A

Dumps lua states

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

lua_dump_state

A

Dumps the current state of the lua memory (defined symbols and values) into the file LuaState.txt

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

lua_garbagecollect

A

Forces a garbage collection of the lua state

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

lua_reload_script

A

Reloads given script files and their dependencies

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

lua_stackonmalloc

A

Enables/disables logging of the called lua functions and respective callstacks, whenever a new lua object is instantiated.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

lua_StopOnError

A

Stops on error

How well did you know this?
1
Not at all
2
3
4
5
Perfectly