Method Global:ClearCreatureGossipEvents [-] [+]
Unbinds event handlers for either all of a Creature's gossip events, or one type of event.
If event_type is nil, all the Creature's gossip event handlers are cleared.
Otherwise, only event handlers for event_type are cleared.
NOTE: this will affect all instances of the Creature, not just one. To bind and unbind gossip events to a single Creature, tell the Eluna developers to implement that.
Synopsis
            ClearCreatureGossipEvents( entry )
        
            ClearCreatureGossipEvents( entry, event_type )
        
Arguments
- number entry
- The ID of a Creature whose handlers will be cleared. - Valid numbers: integers from 0 to 4,294,967,295. 
- number event_type
- The event whose handlers will be cleared, see Global:RegisterCreatureGossipEvent. - Valid numbers: integers from 0 to 4,294,967,295. 
Returns
Nothing.
