ipairs
Example
Demonstrates how this differs from pairs.
Output: pairs:
1 alpha
2 bravo
3 charlie
5 echo
6 foxtrot
one 1
two 2
ipairs:
1 alpha
2 bravo
3 charlie
Example
From UpdateUI
in undo.lua, this adds the first 100 undo entries to the Undo
panel in the spawnmenu.