beatsaber-hook
beatsaber-hook copied to clipboard
Different creation of hooks
So because we just introduced the concept of wrapper hook types, it has become increasingly obvious that we can actually abstract this out further. We should consider making/moving hook installations to Flamingo proper, such that we can perform more of these arbitrary wrappers in ONE place, instead of in a mod-per-mod location.
It should also be MORE capable of handling installing hooks to the same location, and how to order them.
Also, it should be the case that we completely avoid hook related installation and usage crashes
'Different creation of hooks' what does that mean?
More specifically the implementation of flamingo for all hooking related ventures instead of leaving implementation up to arbitrary macros used in a mod per mod basis.