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

luaL_checkany[-0, +0, v] void luaL_checkany (lua_State *L, int arg); Checks whether the function

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

luaL_checkversion[-0, +0, v] void luaL_checkversion (lua_State *L); Checks whether the core running

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

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

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

luaL_len[-0, +0, e] lua_Integer luaL_len (lua_State *L, int index); Returns the "length" of the

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
Function Definitions
  • References/Lua/Lua/Language/Expressions

3.4.11 – Function Definitions The syntax for function definition is functiondef ::= function funcbody funcbody ::= ‘(’ [parlist] ‘)’ block end

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

io.input ([file]) When called with a file name, it opens the named file (in text mode), and sets its handle as the default input file. When called with a file handle, it simply

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

lua_State typedef struct lua_State lua_State; An opaque structure that points to a thread and indirectly (through the thread) to the

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

math.min (x, ···) Returns the argument with the minimum value, according to the Lua operator <. (integer/float)

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

luaL_checkudata[-0, +0, v] void *luaL_checkudata (lua_State *L, int arg, const char *tname); Checks

2025-01-10 15:47:30