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

lua_CFunction typedef int (*lua_CFunction) (lua_State *L); Type for C functions. In order to communicate properly with Lua

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

dofile ([filename])dofilestdindofiledofile

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

package.searchpath (name, path [, sep [, rep]]) Searches for the given name in the given path. A path is a string containing a sequence of templates

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

debug.upvaluejoin (f1, n1, f2, n2) Make the n1-th upvalue of the Lua closure f1 refer to the n2-th upvalue of the Lua closure f2

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

luaL_optstring[-0, +0, v] const char *luaL_optstring (lua_State *L, int arg

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

_VERSION A global variable (not a function) that holds a string containing the running Lua version. The current value of this variable is "Lua 5.3".

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
utf8.char()
  • References/Lua/Lua/Standard Libraries/UTF-8 Support

utf8.char (···)

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

luaL_checknumber[-0, +0, v] lua_Number luaL_checknumber (lua_State *L, int arg); Checks whether

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

luaL_newlib[-0, +1, m] void luaL_newlib (lua_State *L, const luaL_Reg l[]); Creates a new table

2025-01-10 15:47:30