The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Attributes | List of all members
lua_Debug Struct Reference

#include <lua.h>

Public Attributes

int event
 
const char * name
 
const char * namewhat
 
const char * what
 
const char * source
 
int currentline
 
int linedefined
 
int lastlinedefined
 
unsigned char nups
 
unsigned char nparams
 
char isvararg
 
char istailcall
 
char short_src [LUA_IDSIZE]
 
struct CallInfoi_ci
 

Detailed Description

Definition at line 398 of file lua.h.

Member Data Documentation

int lua_Debug::currentline

Definition at line 404 of file lua.h.

Referenced by auxgetinfo(), db_getinfo(), hookf(), luaD_hook(), luaL_traceback(), and luaL_where().

int lua_Debug::event

Definition at line 399 of file lua.h.

Referenced by hookf(), and luaD_hook().

struct CallInfo* lua_Debug::i_ci

Definition at line 413 of file lua.h.

Referenced by lua_getinfo(), lua_getlocal(), lua_getstack(), lua_setlocal(), and luaD_hook().

char lua_Debug::istailcall

Definition at line 410 of file lua.h.

Referenced by auxgetinfo(), db_getinfo(), and luaL_traceback().

char lua_Debug::isvararg

Definition at line 409 of file lua.h.

Referenced by auxgetinfo(), and db_getinfo().

int lua_Debug::lastlinedefined

Definition at line 406 of file lua.h.

Referenced by db_getinfo(), and funcinfo().

int lua_Debug::linedefined

Definition at line 405 of file lua.h.

Referenced by db_getinfo(), funcinfo(), and pushfuncname().

const char* lua_Debug::name

Definition at line 400 of file lua.h.

Referenced by auxgetinfo(), db_getinfo(), luaL_argerror(), and pushfuncname().

const char* lua_Debug::namewhat

Definition at line 401 of file lua.h.

Referenced by auxgetinfo(), db_getinfo(), luaL_argerror(), and pushfuncname().

unsigned char lua_Debug::nparams

Definition at line 408 of file lua.h.

Referenced by auxgetinfo(), and db_getinfo().

unsigned char lua_Debug::nups

Definition at line 407 of file lua.h.

Referenced by auxgetinfo(), checkupval(), and db_getinfo().

char lua_Debug::short_src[LUA_IDSIZE]

Definition at line 411 of file lua.h.

Referenced by db_getinfo(), funcinfo(), luaL_traceback(), luaL_where(), and pushfuncname().

const char* lua_Debug::source

Definition at line 403 of file lua.h.

Referenced by db_getinfo(), funcinfo(), lua_fileops::intf_read_file(), and lua_fileops::load_file().

const char* lua_Debug::what

Definition at line 402 of file lua.h.

Referenced by db_getinfo(), funcinfo(), and pushfuncname().


The documentation for this struct was generated from the following file: