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

luaL_tolstring[-0, +1, e] const char *luaL_tolstring (lua_State *L, int idx, size_t *len); Converts

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

luaL_loadfile[-0, +1, m] int luaL_loadfile (lua_State *L, const char *filename); Equivalent to

2025-01-10 15:47:30
os.time()
  • References/Lua/Lua/Standard Libraries/Operating System Facilities

os.time ([table]) Returns the current time when called without arguments, or a time representing the local date and time specified by the given table. This table must have fields

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

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

2025-01-10 15:47:30
Relational Operators
  • References/Lua/Lua/Language/Expressions

3.4.4 – Relational Operators Lua supports the following relational operators: ==: equality ~=: inequality <:

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

lua_seti[-1, +0, e] void lua_seti (lua_State *L, int index, lua_Integer n); Does the equivalent

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

math.sqrt (x) Returns the square root of x. (You can also use the expression x^0.5 to compute this value.)

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

math.asin (x) Returns the arc sine of x (in radians).

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

rawequal (v1, v2)v1v2__eq

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

luaL_checkstring[-0, +0, v] const char *luaL_checkstring (lua_State *L, int arg); Checks whether

2025-01-10 15:47:30