lua_numbertointeger
  • References/Lua/Lua/API/Functions and Types

lua_numbertointeger int lua_numbertointeger (lua_Number n, lua_Integer *p); Converts a Lua float to a Lua integer. This macro assumes

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

luaL_loadbufferx[-0, +1, –] int luaL_loadbufferx (lua_State *L, const char *buff,

2025-01-10 15:47:30
lua_setlocal
  • References/Lua/Lua/API/The Debug Interface

lua_setlocal[-(0|1), +0, –] const char *lua_setlocal (lua_State *L, const lua_Debug *ar, int n); Sets the

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
The Length Operator
  • References/Lua/Lua/Language/Expressions

3.4.7 – The Length Operator The length operator is denoted by the unary prefix operator #. The length of a string is its number of bytes (that is, the usual meaning of

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

lua_isstring[-0, +0, –] int lua_isstring (lua_State *L, int index); Returns 1 if the value at the given

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

lua_createtable[-0, +1, m] void lua_createtable (lua_State *L, int narr, int nrec); Creates a

2025-01-10 15:47:30