foreach
|
This function is deprecated and should no longer be used.
|
floor
|
Returns the largest integer smaller than or equal to a number.
|
exp
|
Returns the value of the exponential function for a number.
|
error
|
Causes a Lua error message.
|
difftime
|
Returns the number of seconds between two time values.
|
deg
|
Converts an angle measurement in radians to degrees.
|
date
|
Returns a formatted date/time string for a date (or the current date)
|
cos
|
Alternative to math.cos, using degrees instead of radians.
|
collectgarbage
|
Interface to the Lua garbage collector.
|
ceil
|
Returns the smallest integer larger than or equal to a number.
|
atan
|
Alternative to math.atan, using degrees instead of radians.
|
assert
|
Causes a Lua error if a condition is failed.
|
asin
|
Alternative to math.asin, using degrees instead of radians.
|
acos
|
Alternative to math.acos, using degrees instead of radians.
|
abs
|
Returns the absolute value of a number.
|