Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
lua_Debug Struct Reference

#include <lua.h>

Data Fields

int event
 
const char * name
 
const char * namewhat
 
const char * what
 
const char * source
 
int currentline
 
int nups
 
int linedefined
 
int lastlinedefined
 
char short_src [LUA_IDSIZE]
 
int i_ci
 
unsigned char nups
 
unsigned char nparams
 
char isvararg
 
char istailcall
 
struct CallInfoi_ci
 
size_t srclen
 
unsigned short ftransfer
 
unsigned short ntransfer
 

Detailed Description

Definition at line 346 of file lua-5.1.5/src/lua.h.

Field Documentation

◆ currentline

◆ event

int lua_Debug::event

Definition at line 347 of file lua-5.1.5/src/lua.h.

Referenced by hookf(), hookf(), hookf(), hookf(), luaD_callhook(), luaD_hook(), and luaD_hook().

◆ ftransfer

unsigned short lua_Debug::ftransfer

Definition at line 484 of file lua-5.4.3/src/lua.h.

Referenced by auxgetinfo(), and db_getinfo().

◆ i_ci [1/2]

struct CallInfo * lua_Debug::i_ci

◆ i_ci [2/2]

struct CallInfo* lua_Debug::i_ci

Definition at line 414 of file lua-5.2.4/src/lua.h.

◆ istailcall

char lua_Debug::istailcall

◆ isvararg

char lua_Debug::isvararg

◆ lastlinedefined

int lua_Debug::lastlinedefined

◆ linedefined

◆ name

◆ namewhat

◆ nparams

unsigned char lua_Debug::nparams

◆ ntransfer

unsigned short lua_Debug::ntransfer

Definition at line 485 of file lua-5.4.3/src/lua.h.

Referenced by auxgetinfo(), and db_getinfo().

◆ nups [1/2]

unsigned char lua_Debug::nups

◆ nups [2/2]

unsigned char lua_Debug::nups

Definition at line 408 of file lua-5.2.4/src/lua.h.

◆ short_src

◆ source

const char * lua_Debug::source

◆ srclen

size_t lua_Debug::srclen

Definition at line 476 of file lua-5.4.3/src/lua.h.

Referenced by db_getinfo(), and funcinfo().

◆ what


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