Is there a way to pass functions to other functions? Is there a way to store them in variables?
What I've been doing instead is creating triggers and using those since it is ALMOST exactly the same thing. I just figure actual function pointers would be faster than checking trigger conditions since it doesn't require creating new objects and potentially deleting them.
What I've been doing instead is creating triggers and using those since it is ALMOST exactly the same thing. I just figure actual function pointers would be faster than checking trigger conditions since it doesn't require creating new objects and potentially deleting them.