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 removeCustomSlashCommand: Difference between revisions

From BZFlagWiki
Jump to navigation Jump to search
Allejo (talk | contribs)
added bz_removeCustomSlashCommand page
 
(No difference)

Latest revision as of 05:23, 15 June 2011

void bz_removeCustomSlashCommand (const char* command)


Removes all custom slash commands that were created with the plugin. The event listener must previously have been added by a call to bz_registerCustomSlashCommand.

Parameters:
command  -  The custom slash command 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.