lua_topointer
  • References/Lua/Lua/API/Functions and Types

lua_topointer[-0, +0, –] const void *lua_topointer (lua_State *L, int index); Converts the value at the

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

lua_isthread[-0, +0, –] int lua_isthread (lua_State *L, int index); Returns 1 if the value at the given

2025-01-10 15:47:30
utf8.char()
  • References/Lua/Lua/Standard Libraries/UTF-8 Support

utf8.char (···)

2025-01-10 15:47:30
utf8.len()
  • References/Lua/Lua/Standard Libraries/UTF-8 Support

utf8.len (s [, i [, j]])sijij

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

lua_Unsigned typedef ... lua_Unsigned; The unsigned version of

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
debug.setupvalue()
  • References/Lua/Lua/Standard Libraries/The Debug Library

debug.setupvalue (f, up, value) This function assigns the value value to the upvalue with index up of the function f. The function returns

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

file:seek ([whence [, offset]]) Sets and gets the file position, measured from the beginning of the file, to the position given by offset plus a base specified by

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
tonumber()
  • References/Lua/Lua/Standard Libraries/Basic Functions

tonumber (e [, base]) When called with no base, tonumber tries to convert its argument to a number. If the argument is already a number or a string convertible

2025-01-10 15:47:30