Gamecamp

From Ghoulwiki
Revision as of 11:40, 23 May 2010 by Ghoulsblade (talk | contribs)
Jump to: navigation, search

http://www.gamecampmunich.de/


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