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

luaL_argcheck[-0, +0, v] void luaL_argcheck (lua_State *L, int cond,

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

lua_len[-0, +1, e] void lua_len (lua_State *L, int index); Returns the length of the value at

2025-01-10 15:47:30
os.tmpname()
  • References/Lua/Lua/Standard Libraries/Operating System Facilities

os.tmpname () Returns a string with a file name that can be used for a temporary file. The file must be explicitly opened before its use and explicitly removed when no longer

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

lua_absindex[-0, +0, –] int lua_absindex (lua_State *L, int idx); Converts the acceptable index idx

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

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

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

math.tan (x) Returns the tangent of x (assumed to be in radians).

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

lua_yieldk[-?, +?, e] int lua_yieldk (lua_State *L, int nresults, lua_KContext

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

luaL_ref[-1, +0, m] int luaL_ref (lua_State *L, int t); Creates and returns a reference

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

luaL_setmetatable[-0, +0, –] void luaL_setmetatable (lua_State *L, const char *tname); Sets the metatable

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

file:lines (···) Returns an iterator function that, each time it is called, reads the file according to the given formats. When no format is given, uses "l" as a

2025-01-10 15:47:30