WoW:API pairs: Difference between revisions

No change in size ,  19 September 2013
m
no edit summary
({{luaapi}})
mNo edit summary
Line 1: Line 1:
{{luaapi}}
{{wowlua}}
Returns an iterator triple that allows for loops to iterate over all key/value pairs in a table.
Returns an iterator triple that allows for loops to iterate over all key/value pairs in a table.
  iteratorFunc, table, startState = pairs(table);
  iteratorFunc, table, startState = pairs(table);