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

luaL_requiref[-0, +1, e] void luaL_requiref (lua_State *L, const char *modname, lua_CFunction

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

debug.setlocal ([thread,] level, local, value) This function assigns the value value to the local variable with index local of the function at level

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

file:close () Closes file. Note that files are automatically closed when their handles are garbage collected, but that takes an unpredictable amount of time to happen

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

rawset (table, index, value)table[index]value__newindextableindexnilvalue This function returns

2025-01-10 15:47:30
package.loadlib()
  • References/Lua/Lua/Standard Libraries/Modules

package.loadlib (libname, funcname) Dynamically links the host program with the C library libname. If funcname is "*", then it

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

lua_KContext typedef ... lua_KContext; The type for continuation-function contexts. It must be a numeric type. This type is defined

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

lua_sethook[-0, +0, –] void lua_sethook (lua_State *L, lua_Hook f, int mask, int count); Sets the debugging

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

math.mininteger

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

lua_pop[-n, +0, –] void lua_pop (lua_State *L, int n); Pops n elements from the stack.

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

lua_Number typedef ... lua_Number; The type of floats in Lua. By default this type is double, but that can be changed to

2025-01-10 15:47:30