1
Window / Save current Events
« on: August 03, 2016, 08:26:15 am »
Hey,
I'm currently working on a project with a friend and we are both stumped on how we could remember what methods are currently being fired in events. I'm wondering if anyone knows a way to save all the current event methods into an array or delegate variables so that we can switch between two sets of event methods quickly.
The problem with just hard coding the methods is that we don't know what the other methods may be as we are working on an engine so the methods can be user specified.
Thanks
I'm currently working on a project with a friend and we are both stumped on how we could remember what methods are currently being fired in events. I'm wondering if anyone knows a way to save all the current event methods into an array or delegate variables so that we can switch between two sets of event methods quickly.
The problem with just hard coding the methods is that we don't know what the other methods may be as we are working on an engine so the methods can be user specified.
Thanks