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

math.deg (x) Converts the angle x from radians to degrees.

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

lua_Unsigned typedef ... lua_Unsigned; The unsigned version of

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

luaL_callmeta[-0, +(0|1), e] int luaL_callmeta (lua_State *L, int obj, const char *e); Calls a

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

lua_pushvfstring[-0, +1, m] const char *lua_pushvfstring (lua_State *L, const

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

dofile ([filename])dofilestdindofiledofile

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

io.popen (prog [, mode]) This function is system dependent and is not available on all platforms. Starts program prog in a separated process and returns

2025-01-10 15:47:30
Arithmetic Operators
  • References/Lua/Lua/Language/Expressions

3.4.1 – Arithmetic Operators Lua supports the following arithmetic operators: +: addition -: subtraction *:

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

debug.getuservalue (u) Returns the Lua value associated to u. If u is not a full userdata, returns nil.

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

lua_topointer[-0, +0, –] const void *lua_topointer (lua_State *L, int index); Converts the value at the

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

io.type (obj) Checks whether obj is a valid file handle. Returns the string "file" if obj is an open file handle, "closed file"

2025-01-10 15:47:30