Available on crate feature
lua52
only.Expand description
Contains definitions from lua.h
.
Structs§
Constants§
- LUAI_
MAXSTACK - LUA_
ERRERR - LUA_
ERRGCMM - LUA_
ERRMEM - LUA_
ERRRUN - LUA_
ERRSYNTAX - LUA_
GCCOLLECT - LUA_
GCCOUNT - LUA_
GCCOUNTB - LUA_
GCGEN - LUA_
GCINC - LUA_
GCISRUNNING - LUA_
GCRESTART - LUA_
GCSETMAJORINC - LUA_
GCSETPAUSE - LUA_
GCSETSTEPMUL - LUA_
GCSTEP - LUA_
GCSTOP - LUA_
HOOKCALL - LUA_
HOOKCOUNT - LUA_
HOOKLINE - LUA_
HOOKRET - LUA_
HOOKTAILCALL - LUA_
MASKCALL - LUA_
MASKCOUNT - LUA_
MASKLINE - LUA_
MASKRET - LUA_
MINSTACK - Minimum Lua stack available to a C function
- LUA_
MULTRET - LUA_
NUMTAGS - LUA_OK
- LUA_
OPADD - LUA_
OPDIV - LUA_
OPEQ - LUA_
OPLE - LUA_
OPLT - LUA_
OPMOD - LUA_
OPMUL - LUA_
OPPOW - LUA_
OPSUB - LUA_
OPUNM - LUA_
REGISTRYINDEX - LUA_
RIDX_ GLOBALS - LUA_
RIDX_ LAST - LUA_
RIDX_ MAINTHREAD - LUA_
SIGNATURE - LUA_
TBOOLEAN - LUA_
TFUNCTION - LUA_
TLIGHTUSERDATA - LUA_
TNIL - LUA_
TNONE - LUA_
TNUMBER - LUA_
TSTRING - LUA_
TTABLE - LUA_
TTHREAD - LUA_
TUSERDATA - LUA_
YIELD
Functions§
- lua_
absindex ⚠ - lua_
arith ⚠ - lua_
atpanic ⚠ - lua_
call ⚠ - lua_
callk ⚠ - lua_
checkstack ⚠ - lua_
close ⚠ - lua_
compare ⚠ - lua_
concat ⚠ - lua_
copy ⚠ - lua_
createtable ⚠ - lua_
dump_ ⚠ - lua_
error ⚠ - lua_gc⚠
- lua_
getallocf ⚠ - lua_
getctx ⚠ - lua_
getfield_ ⚠ - lua_
getglobal_ ⚠ - lua_
gethook ⚠ - lua_
gethookcount ⚠ - lua_
gethookmask ⚠ - lua_
getinfo ⚠ - lua_
getlocal ⚠ - lua_
getmetatable ⚠ - lua_
getstack ⚠ - lua_
gettable_ ⚠ - lua_
gettop ⚠ - lua_
getupvalue ⚠ - lua_
getuservalue_ ⚠ - lua_
insert ⚠ - lua_
isboolean ⚠ - lua_
iscfunction ⚠ - lua_
isfunction ⚠ - lua_
islightuserdata ⚠ - lua_
isnil ⚠ - lua_
isnone ⚠ - lua_
isnoneornil ⚠ - lua_
isnumber ⚠ - lua_
isstring ⚠ - lua_
istable ⚠ - lua_
isthread ⚠ - lua_
isuserdata ⚠ - lua_len⚠
- lua_
load ⚠ - lua_
newstate ⚠ - lua_
newtable ⚠ - lua_
newthread ⚠ - lua_
newuserdata ⚠ - lua_
next ⚠ - lua_
pcall ⚠ - lua_
pcallk ⚠ - lua_pop⚠
- lua_
pushboolean ⚠ - lua_
pushcclosure ⚠ - lua_
pushcfunction ⚠ - lua_
pushfstring ⚠ - lua_
pushglobaltable ⚠ - lua_
pushinteger ⚠ - lua_
pushlightuserdata ⚠ - lua_
pushliteral ⚠ - lua_
pushlstring_ ⚠ - lua_
pushnil ⚠ - lua_
pushnumber ⚠ - lua_
pushstring ⚠ - lua_
pushthread ⚠ - lua_
pushunsigned ⚠ - lua_
pushvalue ⚠ - lua_
rawequal ⚠ - lua_
rawget_ ⚠ - lua_
rawgeti_ ⚠ - lua_
rawgetp_ ⚠ - lua_
rawlen ⚠ - lua_
rawset ⚠ - lua_
rawseti_ ⚠ - lua_
rawsetp ⚠ - lua_
register ⚠ - lua_
remove ⚠ - lua_
replace ⚠ - lua_
resume_ ⚠ - lua_
setallocf ⚠ - lua_
setfield ⚠ - lua_
setglobal ⚠ - lua_
sethook ⚠ - lua_
setlocal ⚠ - lua_
setmetatable ⚠ - lua_
settable ⚠ - lua_
settop ⚠ - lua_
setupvalue ⚠ - lua_
setuservalue ⚠ - lua_
status ⚠ - lua_
toboolean ⚠ - lua_
tocfunction ⚠ - lua_
tointeger_ ⚠ - lua_
tointegerx_ ⚠ - lua_
tolightuserdata ⚠ - lua_
tolstring ⚠ - lua_
tonumber ⚠ - lua_
tonumberx ⚠ - lua_
topointer ⚠ - lua_
tostring ⚠ - lua_
tothread ⚠ - lua_
tounsigned ⚠ - lua_
tounsignedx ⚠ - lua_
touserdata ⚠ - lua_
type ⚠ - lua_
typename ⚠ - lua_
upvalueid ⚠ - lua_
upvalueindex - lua_
upvaluejoin ⚠ - lua_
version ⚠ - lua_
xmove ⚠ - lua_
xpush ⚠ - lua_
yield ⚠ - lua_
yieldk ⚠
Type Aliases§
- lua_
Alloc - Type for memory-allocation functions
- lua_
CFunction - Type for native C functions that can be passed to Lua
- lua_
Hook - Type for functions to be called on debug events.
- lua_
Integer - lua_
Number - A Lua number, usually equivalent to
f64
- lua_
Reader - lua_
Unsigned - A Lua unsigned integer, equivalent to
u32
in Lua 5.2 - lua_
Writer