int GB.CanRaise ( void *object , int id )
Checks if an object handles a specific event.
![]() |
You will use this function to avoid raising useless events, as sometimes calling GB.Raise
needs some heavy calculation.
But calling this function is not mandatory, as it implicitely called anyway by GB.Raise |