Sewer56 / FileEmulationFramework

Framework for emulating files using Reloaded-II.
GNU Lesser General Public License v3.0
7 stars 8 forks source link

allow new flow functions to be added to library overrides #19

Closed Secre-C closed 5 months ago

Sewer56 commented 5 months ago

I think this is fine? Just make sure it doesn't bread existing mod setups because I don't quite 100% understand it.

Secre-C commented 5 months ago

This shouldn't affect current mod setups at all. The only thing that changed about existing functionality is that the search for an existing function index stops when that index is found, which would change behavior if there multiple functions of the same id within different modules in an unmodified instance of the script compiler (which there shouldn't be)

Sewer56 commented 5 months ago

I'll make release when I get to PC