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

luaL_optlstring[-0, +0, v] const char *luaL_optlstring (lua_State *L, int arg

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

lua_getuservalue[-0, +1, –] int lua_getuservalue (lua_State *L, int index); Pushes onto the stack the Lua

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

math.log (x [, base]) Returns the logarithm of x in the given base. The default for base is e (so that the function returns the natural logarithm

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
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
collectgarbage()
  • References/Lua/Lua/Standard Libraries/Basic Functions

collectgarbage ([opt [, arg]]) This function is a generic interface to the garbage collector. It performs different functions according to its first argument, opt:

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

debug.setuservalue (udata, value) Sets the given value as the Lua value associated to the given udata. udata must be a full userdata.

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

luaL_tolstring[-0, +1, e] const char *luaL_tolstring (lua_State *L, int idx, size_t *len); Converts

2025-01-10 15:47:30