Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR LUA

lua in pairs

--Table is the table to iterate through
--Index is the current index
--Value is the value at the current index

for index, value in pairs(table) do

end
 
PREVIOUS NEXT
Tagged: #lua #pairs
ADD COMMENT
Topic
Name
7+6 =