Gamecamp
From Ghoulwiki
Revision as of 11:40, 23 May 2010 by Ghoulsblade (talk | contribs)
- http://www.gamecampmunich.de/sessions/ ! vorschlag eintragen ?
lua intro
- kein int, alles float
- multiple return
- todo : unpack
- for i=1,10 do ... end
- if (cond) then ... elseif (cond) then ... else ... end
tables
- key und value any
- löschen = assign nil