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

luaL_fileresult[-0, +(1|3), m] int luaL_fileresult (lua_State *L, int stat, const char *fname);

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
package.config
  • References/Lua/Lua/Standard Libraries/Modules

package.config A string describing some compile-time configurations for packages. This string is a sequence of lines: The first line is the directory separator string

2025-01-10 15:47:30
string.sub()
  • References/Lua/Lua/Standard Libraries/String Manipulation

string.sub (s, i [, j])sijijjstring.sub(s,1,j)sjstring.sub(s

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

lua_getextraspace[-0, +0, –] void *lua_getextraspace (lua_State *L); Returns a pointer to a raw memory

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
_G
  • References/Lua/Lua/Standard Libraries/Basic Functions

_G§2.2

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

lua_stringtonumber[-0, +1, –] size_t lua_stringtonumber (lua_State *L, const char *s); Converts the zero-terminated

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
lua_gethook
  • References/Lua/Lua/API/The Debug Interface

lua_gethook[-0, +0, –] lua_Hook lua_gethook (lua_State *L); Returns the current hook function.

2025-01-10 15:47:30