lua_xmove
  • References/Lua/Lua/API/Functions and Types

lua_xmove[-?, +?, –] void lua_xmove (lua_State *from, lua_State *to, int n); Exchange values between different

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

luaL_loadstring[-0, +1, –] int luaL_loadstring (lua_State *L, const char *s); Loads a string as a Lua chunk

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

math.mininteger

2025-01-10 15:47:30
coroutine.create()
  • References/Lua/Lua/Standard Libraries/Coroutine Manipulation

coroutine.create (f) Creates a new coroutine, with body f. f must be a function. Returns this new coroutine, an object with type "thread"

2025-01-10 15:47:30
Garbage-Collection Metamethods
  • References/Lua/Lua/Basic Concepts/Garbage Collection

2.5.1 – Garbage-Collection Metamethods You can set garbage-collector metamethods for tables and, using the C API, for full userdata (see

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

lua_setupvalue[-(0|1), +0, –] const char *lua_setupvalue (lua_State *L, int funcindex, int n); Sets the

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

luaL_openlibs[-0, +0, e] void luaL_openlibs (lua_State *L); Opens all standard Lua libraries into

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

os.remove (filename) Deletes the file (or empty directory, on POSIX systems) with the given name. If this function fails, it returns nil, plus a string describing the error

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

tostring (v)string.format If the metatable of v

2025-01-10 15:47:30
coroutine.running()
  • References/Lua/Lua/Standard Libraries/Coroutine Manipulation

coroutine.running () Returns the running coroutine plus a boolean, true when the running coroutine is the main one.

2025-01-10 15:47:30