luaL_execresult
  • References/Lua/Lua/Auxiliary Library/Functions and Types

luaL_execresult[-0, +3, m] int luaL_execresult (lua_State *L, int stat); This function produces

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

rawequal (v1, v2)v1v2__eq

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

math.asin (x) Returns the arc sine of x (in radians).

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

luaL_dostring[-0, +?, –] int luaL_dostring (lua_State *L, const char *str); Loads and runs the given string

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

string.byte (s [, i [, j]])s[i]s[i+1]s[j]iji

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

io.close ([file]) Equivalent to file:close(). Without a file, closes the default output file.

2025-01-10 15:47:30
table.remove()
  • References/Lua/Lua/Standard Libraries/Table Manipulation

table.remove (list [, pos]) Removes from list the element at position pos, returning the value of the removed element. When pos is an integer

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

math.ceil (x) Returns the smallest integral value larger than or equal to x.

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_argerror
  • References/Lua/Lua/Auxiliary Library/Functions and Types

luaL_argerror[-0, +0, v] int luaL_argerror (lua_State *L, int arg, const char *extramsg); Raises

2025-01-10 15:47:30