5.1 – Functions and Types

Here we list all functions and types from the auxiliary library in alphabetical order.

luaL_checkstack
  • References/Lua/Lua/Auxiliary Library/Functions and Types

luaL_checkstack[-0, +0, v] void luaL_checkstack (lua_State *L, int sz, const char *msg); Grows

2025-01-10 15:47:30
luaL_setfuncs
  • References/Lua/Lua/Auxiliary Library/Functions and Types

luaL_setfuncs[-nup, +0, m] void luaL_setfuncs (lua_State *L, const luaL_Reg *l, int nup); Registers

2025-01-10 15:47:30
luaL_optstring
  • References/Lua/Lua/Auxiliary Library/Functions and Types

luaL_optstring[-0, +0, v] const char *luaL_optstring (lua_State *L, int arg

2025-01-10 15:47:30
luaL_checkany
  • References/Lua/Lua/Auxiliary Library/Functions and Types

luaL_checkany[-0, +0, v] void luaL_checkany (lua_State *L, int arg); Checks whether the function

2025-01-10 15:47:30
luaL_execresult
  • References/Lua/Lua/Auxiliary Library/Functions and Types

luaL_execresult[-0, +3, m] int luaL_execresult (lua_State *L, int stat); This function produces

2025-01-10 15:47:30
luaL_setmetatable
  • References/Lua/Lua/Auxiliary Library/Functions and Types

luaL_setmetatable[-0, +0, –] void luaL_setmetatable (lua_State *L, const char *tname); Sets the metatable

2025-01-10 15:47:30
luaL_addlstring
  • References/Lua/Lua/Auxiliary Library/Functions and Types

luaL_addlstring[-?, +?, m] void luaL_addlstring (luaL_Buffer *B, const char *s, size_t l); Adds

2025-01-10 15:47:30
luaL_dofile
  • References/Lua/Lua/Auxiliary Library/Functions and Types

luaL_dofile[-0, +?, e] int luaL_dofile (lua_State *L, const char *filename); Loads and runs the

2025-01-10 15:47:30
luaL_pushresultsize
  • References/Lua/Lua/Auxiliary Library/Functions and Types

luaL_pushresultsize[-?, +1, m] void luaL_pushresultsize (luaL_Buffer *B, size_t sz); Equivalent

2025-01-10 15:47:30
luaL_testudata
  • References/Lua/Lua/Auxiliary Library/Functions and Types

luaL_testudata[-0, +0, m] void *luaL_testudata (lua_State *L, int arg, const char *tname); This

2025-01-10 15:47:30