return-of-modding / ReturnOfModding

Lua Mod Loader for Risk of Rain Returns
MIT License
16 stars 2 forks source link

feat(lua_iteration): Add explicit support for iterating over parts of the API #6

Open AndreLouisIssa opened 11 months ago

AndreLouisIssa commented 11 months ago

Add explicit support for iterating over parts of the API

Namely (in order of most useful to least):

For most of these, instead of separate iterable objects they could be done by extending __pairs and next on the existing structures.