Page 2 of 2

Re: Hook Library

Posted: Sun Sep 06, 2020 9:56 am
by ivan
I think the naming is a little misleading too.
"hook" usually means a function that gets called automatically when evoking another function.
This is really more like cascading "events" that get triggered manually via ".Call".

Re: Hook Library

Posted: Sun Sep 06, 2020 2:12 pm
by monolifed
removed

Re: Hook Library

Posted: Tue Sep 08, 2020 3:46 pm
by Nekyia
Hello! I think it is similar to: https://hump.readthedocs.io/en/latest/signal.html
Am I right?

Re: Hook Library

Posted: Sat Sep 26, 2020 12:49 pm
by GlorifiedPig
Nekyia wrote: Tue Sep 08, 2020 3:46 pm Hello! I think it is similar to: https://hump.readthedocs.io/en/latest/signal.html
Am I right?
Hello there, yep this is correct! That looks very similar to that library.