I was looking at a tutorial at mobileTuts and in a few of the samples they declared the functions as a table like this
local startTheGame = {}
--Then the actual function:
function startTheGame ()
end
Are functions actually tables? I’ve read as much about Lua as I can and try to soak everything in but did I miss that somewhere?
Thanks guys
Cin.
[import]uid: 65840 topic_id: 22405 reply_id: 322405[/import]