Structure for lua debug information More...
Public Attributes | |
int | eventCode |
String | name |
String | namewhat |
String | what |
String | source |
int | currentline |
int | nups |
int | linedefined |
int | lastlinedefined |
String | shortsrc |
int | i_ci |
Structure for lua debug information
Do not change this struct because it must match the lua structure lua_debug
<author>Reinhard Ostermeier</author>
int KeraLua.LuaDebug.currentline |
int KeraLua.LuaDebug.eventCode |
int KeraLua.LuaDebug.i_ci |
int KeraLua.LuaDebug.lastlinedefined |
int KeraLua.LuaDebug.linedefined |
String KeraLua.LuaDebug.name |
String KeraLua.LuaDebug.namewhat |
int KeraLua.LuaDebug.nups |
String KeraLua.LuaDebug.shortsrc |
String KeraLua.LuaDebug.source |
String KeraLua.LuaDebug.what |