print()
  • References/Lua/Lua/Standard Libraries/Basic Functions

print (···)stdouttostringprint

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

debug.upvaluejoin (f1, n1, f2, n2) Make the n1-th upvalue of the Lua closure f1 refer to the n2-th upvalue of the Lua closure f2

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
string.upper()
  • References/Lua/Lua/Standard Libraries/String Manipulation

string.upper (s)

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

lua_getfield[-0, +1, e] int lua_getfield (lua_State *L, int index, const char *k); Pushes onto

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.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