beatsaber-hook
beatsaber-hook copied to clipboard
Add implicit/explicit MethodInfo* parameter
Hook installs should have the methodinfo* parameter. Ideally we have a scenario such that for hooks that do not have a methodinfo*, (match or find hooks specifically) we can implicitly add one, and for hooks that have them as the final parameter, do not change the signature at all.
Two template specializations on final match for hooking constructs. Each will perform their work under the hood.
Possibly out of scope but relevant: force swap everything to use wrapper hooks?