Home

Awesome

Lua Essentials

Lua is a minimalistic language, “no-batteries-included” ..

This all-in-one file extens the standard Lua API with helpful functions.


Core Functions

Meta Changes

Library Functions

Libraries are extended by following functions.

debug

-- this is lua
function add(arg1, num2)
	return arg1 + num2
end
debug.getparams(add) ->

file

math

string

table