Nut/OS  5.0.5
API Reference
lua_State Struct Reference

#include <lstate.h>

Collaboration diagram for lua_State:
[legend]

Data Fields

 CommonHeader
lu_byte status
StkId top
StkId base
global_Statel_G
CallInfoci
const Instructionsavedpc
StkId stack_last
StkId stack
CallInfoend_ci
CallInfobase_ci
int stacksize
int size_ci
unsigned short nCcalls
unsigned short baseCcalls
lu_byte hookmask
lu_byte allowhook
int basehookcount
int hookcount
lua_Hook hook
TValue l_gt
TValue env
GCObjectopenupval
GCObjectgclist
struct lua_longjmp * errorJmp
ptrdiff_t errfunc

Field Documentation

unsigned short lua_State::nCcalls
unsigned short lua_State::baseCcalls
struct lua_longjmp* lua_State::errorJmp
ptrdiff_t lua_State::errfunc

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