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

lua_error[-1, +0, v] int lua_error (lua_State *L); Generates a Lua error, using the value at the

2025-01-10 15:47:30
Patterns
  • References/Lua/Lua/Standard Libraries/String Manipulation

6.4.1 – Patterns Patterns in Lua are described by regular strings, which are interpreted as patterns by the pattern-matching functions

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

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

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
os.setlocale()
  • References/Lua/Lua/Standard Libraries/Operating System Facilities

os.setlocale (locale [, category]) Sets the current locale of the program. locale is a system-dependent string specifying a locale; category is an optional

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

luaL_loadfilex[-0, +1, m] int luaL_loadfilex (lua_State *L, const char *filename,

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

getmetatable (object) If object does not have a metatable, returns nil. Otherwise, if the object's metatable has a __metatable field, returns

2025-01-10 15:47:30
Format Strings for Pack and Unpack
  • References/Lua/Lua/Standard Libraries/String Manipulation

6.4.2 – Format Strings for Pack and Unpack The first argument to string.pack

2025-01-10 15:47:30
math.maxinteger
  • References/Lua/Lua/Standard Libraries/Mathematical Functions

math.maxinteger

2025-01-10 15:47:30