RetroArch
Public Attributes | List of all members
lua_State Struct Reference

#include <lstate.h>

Collaboration diagram for lua_State:
[legend]

Public Attributes

 CommonHeader
 
unsigned short nci
 
lu_byte status
 
StkId top
 
global_Statel_G
 
CallInfoci
 
const Instructionoldpc
 
StkId stack_last
 
StkId stack
 
UpValopenupval
 
GCObjectgclist
 
struct lua_Statetwups
 
struct lua_longjmperrorJmp
 
CallInfo base_ci
 
volatile lua_Hook hook
 
ptrdiff_t errfunc
 
int stacksize
 
int basehookcount
 
int hookcount
 
unsigned short nny
 
unsigned short nCcalls
 
l_signalT hookmask
 
lu_byte allowhook
 

Member Data Documentation

◆ allowhook

lu_byte lua_State::allowhook

◆ base_ci

CallInfo lua_State::base_ci

◆ basehookcount

int lua_State::basehookcount

◆ ci

CallInfo* lua_State::ci

◆ CommonHeader

lua_State::CommonHeader

◆ errfunc

ptrdiff_t lua_State::errfunc

◆ errorJmp

struct lua_longjmp* lua_State::errorJmp

◆ gclist

GCObject* lua_State::gclist

◆ hook

volatile lua_Hook lua_State::hook

◆ hookcount

int lua_State::hookcount

◆ hookmask

l_signalT lua_State::hookmask

◆ l_G

global_State* lua_State::l_G

◆ nCcalls

unsigned short lua_State::nCcalls

◆ nci

unsigned short lua_State::nci

◆ nny

unsigned short lua_State::nny

◆ oldpc

const Instruction* lua_State::oldpc

◆ openupval

UpVal* lua_State::openupval

◆ stack

StkId lua_State::stack

◆ stack_last

StkId lua_State::stack_last

◆ stacksize

int lua_State::stacksize

◆ status

lu_byte lua_State::status

◆ top

StkId lua_State::top

◆ twups

struct lua_State* lua_State::twups

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