package.path
  • References/Lua/Lua/Standard Libraries/Modules

package.path The path used by require to search for a Lua loader. At

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

math.ult (m, n) Returns a boolean, true if and only if integer m is below integer n when they are compared as unsigned integers.

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

luaL_setmetatable[-0, +0, –] void luaL_setmetatable (lua_State *L, const char *tname); Sets the metatable

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

file:lines (···) Returns an iterator function that, each time it is called, reads the file according to the given formats. When no format is given, uses "l" as a

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

lua_compare[-0, +0, e] int lua_compare (lua_State *L, int index1, int index2, int op); Compares

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

lua_pushcfunction[-0, +1, –] void lua_pushcfunction (lua_State *L, lua_CFunction f); Pushes a C function

2025-01-10 15:47:30
os.tmpname()
  • References/Lua/Lua/Standard Libraries/Operating System Facilities

os.tmpname () Returns a string with a file name that can be used for a temporary file. The file must be explicitly opened before its use and explicitly removed when no longer

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

math.max (x, ···) Returns the argument with the maximum value, according to the Lua operator <. (integer/float)

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

lua_rawlen[-0, +0, –] size_t lua_rawlen (lua_State *L, int index); Returns the raw "length" of the value

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

luaL_newstate[-0, +0, –] lua_State *luaL_newstate (void); Creates a new Lua state. It calls

2025-01-10 15:47:30