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

rawequal (v1, v2)v1v2__eq

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

luaL_opt[-0, +0, e] T luaL_opt (L, func, arg, dflt); This macro is defined as follows:

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

lua_gettop[-0, +0, –] int lua_gettop (lua_State *L); Returns the index of the top element in the stack

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

os.execute ([command]) This function is equivalent to the ISO C function system. It passes command to be executed by an operating system shell. Its first

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

select (index, ···) If index is a number, returns all arguments after argument number index; a negative number indexes from the end (-1 is the last argument)

2025-01-10 15:47:30
string.match()
  • References/Lua/Lua/Standard Libraries/String Manipulation

string.match (s, pattern [, init])matchpattern§6.4.1sma

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

luaL_pushresult[-?, +1, m] void luaL_pushresult (luaL_Buffer *B); Finishes the use of buffer B

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

os.rename (oldname, newname) Renames the file or directory named oldname to newname. If this function fails, it returns nil, plus a string describing

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

lua_rawequal[-0, +0, –] int lua_rawequal (lua_State *L, int index1, int index2); Returns 1 if the two values

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

lua_getmetatable[-0, +(0|1), –] int lua_getmetatable (lua_State *L, int index); If the value at the given

2025-01-10 15:47:30