#include <lua.h>
Public Attributes | |
int | event |
const char * | name |
const char * | namewhat |
const char * | what |
const char * | source |
size_t | srclen |
int | currentline |
int | linedefined |
int | lastlinedefined |
unsigned char | nups |
unsigned char | nparams |
char | isvararg |
char | istailcall |
unsigned short | ftransfer |
unsigned short | ntransfer |
char | short_src [LUA_IDSIZE] |
struct CallInfo * | i_ci |
int lua_Debug::currentline |
Definition at line 476 of file lua.h.
Referenced by auxgetinfo(), db_getinfo(), hookf(), luaD_hook(), luaL_traceback(), and luaL_where().
int lua_Debug::event |
Definition at line 470 of file lua.h.
Referenced by hookf(), and luaD_hook().
unsigned short lua_Debug::ftransfer |
Definition at line 483 of file lua.h.
Referenced by auxgetinfo(), and db_getinfo().
struct CallInfo* lua_Debug::i_ci |
Definition at line 487 of file lua.h.
Referenced by lua_getinfo(), lua_getlocal(), lua_getstack(), lua_setlocal(), and luaD_hook().
char lua_Debug::istailcall |
Definition at line 482 of file lua.h.
Referenced by auxgetinfo(), db_getinfo(), and luaL_traceback().
char lua_Debug::isvararg |
Definition at line 481 of file lua.h.
Referenced by auxgetinfo(), and db_getinfo().
int lua_Debug::lastlinedefined |
Definition at line 478 of file lua.h.
Referenced by db_getinfo(), and funcinfo().
int lua_Debug::linedefined |
Definition at line 477 of file lua.h.
Referenced by db_getinfo(), funcinfo(), and pushfuncname().
const char* lua_Debug::name |
Definition at line 471 of file lua.h.
Referenced by auxgetinfo(), db_getinfo(), luaL_argerror(), and pushfuncname().
const char* lua_Debug::namewhat |
Definition at line 472 of file lua.h.
Referenced by auxgetinfo(), db_getinfo(), luaL_argerror(), and pushfuncname().
unsigned char lua_Debug::nparams |
Definition at line 480 of file lua.h.
Referenced by auxgetinfo(), and db_getinfo().
unsigned short lua_Debug::ntransfer |
Definition at line 484 of file lua.h.
Referenced by auxgetinfo(), and db_getinfo().
unsigned char lua_Debug::nups |
Definition at line 479 of file lua.h.
Referenced by auxgetinfo(), and db_getinfo().
char lua_Debug::short_src[LUA_IDSIZE] |
Definition at line 485 of file lua.h.
Referenced by db_getinfo(), funcinfo(), luaL_traceback(), luaL_where(), and pushfuncname().
const char* lua_Debug::source |
Definition at line 474 of file lua.h.
Referenced by db_getinfo(), funcinfo(), and lua_fileops::get_calling_file().
size_t lua_Debug::srclen |
Definition at line 475 of file lua.h.
Referenced by db_getinfo(), and funcinfo().
const char* lua_Debug::what |
Definition at line 473 of file lua.h.
Referenced by db_getinfo(), funcinfo(), and pushfuncname().