luaL_loadfilex[-0, +1, m] int luaL_loadfilex (lua_State *L, const char *filename,
lua_topointer[-0, +0, –] const void *lua_topointer (lua_State *L, int index); Converts the value at the
3.4.9 – Table Constructors Table constructors are expressions that create tables. Every time a constructor is evaluated, a new table is created. A constructor can be used to create an empty
lua_pushvfstring[-0, +1, m] const char *lua_pushvfstring (lua_State *L, const
lua_pcall[-(nargs + 1), +(nresults|1), –] int lua_pcall (lua_State *L, int nargs, int nresults, int msgh);
rawget (table, index)table[index]__indextableindex
3.4.1 – Arithmetic Operators Lua supports the following arithmetic operators: +: addition -: subtraction *:
6.4.2 – Format Strings for Pack and Unpack The first argument to string.pack
lua_rawset[-2, +0, m] void lua_rawset (lua_State *L, int index); Similar to
luaL_setfuncs[-nup, +0, m] void luaL_setfuncs (lua_State *L, const luaL_Reg *l, int nup); Registers
Page 8 of 36