Module lauxlib

Source
Expand description

Contains definitions from lualib.h.

Structs§

luaL_Reg
luaL_Strbuf

Constants§

LUA_BUFFERSIZE
Buffer size used for on-stack string operations. This limit depends on native stack size.

Functions§

luaL_addchar
luaL_addlstring
luaL_addstring
luaL_addvalue
luaL_addvalueany
luaL_argcheck
luaL_argerror
luaL_argexpected
luaL_buffinit
luaL_buffinitsize
luaL_callmeta
luaL_checkany
luaL_checkboolean
luaL_checkbuffer
luaL_checkinteger
luaL_checklstring
luaL_checknumber
luaL_checkoption
luaL_checkstack_
luaL_checkstring
luaL_checktype
luaL_checkudata
luaL_checkunsigned
luaL_checkvector
luaL_error
luaL_getmetafield_
luaL_getmetatable
luaL_newmetatable_
luaL_newstate
luaL_optboolean
luaL_optinteger
luaL_optlstring
luaL_optnumber
luaL_optstring
luaL_optunsigned
luaL_optvector
luaL_prepbuffsize
luaL_pushresult
luaL_pushresultsize
luaL_ref
luaL_register
luaL_sandbox
luaL_sandbox_
luaL_sandboxthread
luaL_tolstring_
luaL_typeerror
luaL_typename
luaL_unref
luaL_where

Type Aliases§

luaL_Buffer