GB.CanRaise

int GB.CanRaise ( void * object , int event_id )

Checks if an object handles a specific event.

This function returns 1 if the class of the object object has an event handler for the event event_id, and returns 0 otherwise.

You will use this function to avoid raising useless events.


Referenced by :