Lua Library
From codeTank
List of everything in the Lua Library
Brain Damage currently uses Lua 5.1.2. Please read the official documentation here: http://www.lua.org/manual/5.1/.
- Global functions/values
- coroutine
- debug
- io
- math
- math.abs
- math.acos
- math.asin
- math.atan
- math.atan2
- math.ceil
- math.cos
- math.cosh
- math.deg
- math.exp
- math.floor
- math.fmod
- math.frexp
- math.huge
- math.ldexp
- math.log
- math.log10
- math.max
- math.min
- math.mod
- math.modf
- math.pi
- math.pow
- math.rad
- math.random - reimplemented by Brain Damage Library
- math.randomseed - reimplemented by Brain Damage Library
- math.sin
- math.sinh
- math.sqrt
- math.tan
- math.tanh
- os
- string
- table
Lua Keywords
- and
- break
- do
- else
- elseif
- end
- false
- for
- function
- if
- in
- local
- nil
- not
- or
- repeat
- return
- then
- true
- until
- while

