os.execute()
  • References/Lua/Lua/Standard Libraries/Operating System Facilities

os.execute ([command]) This function is equivalent to the ISO C function system. It passes command to be executed by an operating system shell. Its first

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

lua_setfield[-1, +0, e] void lua_setfield (lua_State *L, int index, const char *k); Does the equivalent

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

math.log (x [, base]) Returns the logarithm of x in the given base. The default for base is e (so that the function returns the natural logarithm

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

package.preload A table to store loaders for specific modules (see require).

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

lua_rawsetp[-1, +0, m] void lua_rawsetp (lua_State *L, int index, const void *p); Does the equivalent

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

lua_createtable[-0, +1, m] void lua_createtable (lua_State *L, int narr, int nrec); Creates a

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

luaL_gsub[-0, +1, m] const char *luaL_gsub (lua_State *L, const char *s,

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

lua_call[-(nargs+1), +nresults, e] void lua_call (lua_State *L, int nargs, int nresults); Calls

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

string.gsub (s, pattern, repl [, n])snpattern§6.4.1

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

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

2025-01-10 15:47:30