Posted 20 May 2014 - 01:29 AM
I was looking out some codes and I keep seeing (is it right?) the:
As well as the ipairs, and I seem not to understand it correctly, i read about it but can't figure out correctly, could someone please explain me how this thing works, and what I could use it for?
for i, v in pairs do
do something
end
As well as the ipairs, and I seem not to understand it correctly, i read about it but can't figure out correctly, could someone please explain me how this thing works, and what I could use it for?