This wiki was in read-only mode for many years, but can now be edited again. A lot of information will need to be updated.

Bz removeEvent: Difference between revisions

From BZFlagWiki
Jump to navigation Jump to search
Sigonasr2 (talk | contribs)
Added return value.
Zehra (talk | contribs)
merged content into BZFS API Updates
Tag: New redirect
 
Line 1: Line 1:
{{apicall
#REDIRECT [[BZFS API Updates]]
| name            = bz_removeEvent
| returns        = Whether or not the event was removed successfully.
| returntype      = bool
| description    = Removes the specified event listener. The event listener must previously have been added by a call to [[bz_registerEvent]].
| param1          = eventType
| param1type      = bz_eEventType
| param1desc      = The type of event that this listener was previously registered to handle. This is so that if this listener is registered for multiple event types, only one of those will be removed.
| param2          = listener
| param2type      = bz_EventHandler*
| param2desc      = The listener to remove.
}}
 
===Deprecation===
All calls to [[bz_removeEvent]] in the [[bz_Unload]] have been deprecated as of 2.4 and will be replaced with:
# '''Flush();'''
 
More information on this function can be found on the [[BZFS_API_2.4_Upgrade]] page.

Latest revision as of 02:57, 30 November 2025

Redirect to: