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

luaL_prepbuffsize[-?, +?, m] char *luaL_prepbuffsize (luaL_Buffer *B, size_t sz); Returns an address

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

luaL_addchar[-?, +?, m] void luaL_addchar (luaL_Buffer *B, char c); Adds the byte c

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

lua_Hook typedef void (*lua_Hook) (lua_State *L, lua_Debug *ar); Type for debugging hook functions. Whenever a hook is called

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

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

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

math.rad (x) Converts the angle x from degrees to radians.

2025-01-10 15:47:30
table.pack()
  • References/Lua/Lua/Standard Libraries/Table Manipulation

table.pack (···) Returns a new table with all parameters stored into keys 1, 2, etc. and with a field "n" with the total number of parameters. Note that the resulting

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

math.floor (x) Returns the largest integral value smaller than or equal to x.

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

lua_rawget[-1, +1, –] int lua_rawget (lua_State *L, int index); Similar to

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

lua_setuservalue[-1, +0, –] void lua_setuservalue (lua_State *L, int index); Pops a value from the stack

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

lua_setallocf[-0, +0, –] void lua_setallocf (lua_State *L, lua_Alloc f, void *ud); Changes the allocator

2025-01-10 15:47:30