math.acos()
  • References/Lua/Lua/Standard Libraries/Mathematical Functions

math.acos (x) Returns the arc cosine of x (in radians).

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

luaL_checkoption[-0, +0, v] int luaL_checkoption (lua_State *L, int arg,

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

math.cos (x) Returns the cosine of x (assumed to be in radians).

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

math.huge The float value HUGE_VAL, a value larger than any other numeric value.

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_tostring
  • References/Lua/Lua/API/Functions and Types

lua_tostring[-0, +0, m] const char *lua_tostring (lua_State *L, int index); Equivalent to

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

pairs (t) If t has a metamethod __pairs, calls it with t as argument and returns the first three results from the call. Otherwise

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

luaL_where[-0, +1, m] void luaL_where (lua_State *L, int lvl); Pushes onto the stack a string

2025-01-10 15:47:30
debug.upvalueid()
  • References/Lua/Lua/Standard Libraries/The Debug Library

debug.upvalueid (f, n) Returns a unique identifier (as a light userdata) for the upvalue numbered n from the given function. These unique identifiers allow

2025-01-10 15:47:30