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
utf8.codepoint()
  • References/Lua/Lua/Standard Libraries/UTF-8 Support

utf8.codepoint (s [, i [, j]])sijiji

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

luaL_typename[-0, +0, –] const char *luaL_typename (lua_State *L, int index); Returns the name of the type

2025-01-10 15:47:30
dofile()
  • References/Lua/Lua/Standard Libraries/Basic Functions

dofile ([filename])dofilestdindofiledofile

2025-01-10 15:47:30
io.flush()
  • References/Lua/Lua/Standard Libraries/Input and Output Facilities

io.flush () Equivalent to io.output():flush().

2025-01-10 15:47:30
debug.getuservalue()
  • References/Lua/Lua/Standard Libraries/The Debug Library

debug.getuservalue (u) Returns the Lua value associated to u. If u is not a full userdata, returns nil.

2025-01-10 15:47:30
lua_tothread
  • References/Lua/Lua/API/Functions and Types

lua_tothread[-0, +0, –] lua_State *lua_tothread (lua_State *L, int index); Converts the value at the given

2025-01-10 15:47:30
io.output()
  • References/Lua/Lua/Standard Libraries/Input and Output Facilities

io.output ([file]) Similar to io.input, but operates

2025-01-10 15:47:30
package.searchpath()
  • References/Lua/Lua/Standard Libraries/Modules

package.searchpath (name, path [, sep [, rep]]) Searches for the given name in the given path. A path is a string containing a sequence of templates

2025-01-10 15:47:30
debug.traceback()
  • References/Lua/Lua/Standard Libraries/The Debug Library

debug.traceback ([thread,] [message [, level]]) If message is present but is neither a string nor nil, this function returns message without further

2025-01-10 15:47:30