RetroArch
Public Attributes | List of all members
lua_Debug Struct Reference

#include <lua.h>

Collaboration diagram for lua_Debug:
[legend]

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
 

Member Data Documentation

◆ currentline

int lua_Debug::currentline

◆ event

int lua_Debug::event

◆ i_ci

struct CallInfo* lua_Debug::i_ci

◆ istailcall

char lua_Debug::istailcall

◆ isvararg

char lua_Debug::isvararg

◆ lastlinedefined

int lua_Debug::lastlinedefined

◆ linedefined

int lua_Debug::linedefined

◆ name

const char* lua_Debug::name

◆ namewhat

const char* lua_Debug::namewhat

◆ nparams

unsigned char lua_Debug::nparams

◆ nups

unsigned char lua_Debug::nups

◆ short_src

char lua_Debug::short_src[LUA_IDSIZE]

◆ source

const char* lua_Debug::source

◆ what

const char* lua_Debug::what

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