RemoveCommandListener Function

Removes a previously added command listener, in reverse order of being added.

void RemoveCommandListener(CommandListener callback, const char[] command)

Parameters

CommandListener callback

Callback.

const char[] command

Command, or if not specified, a global listener. The command is case insensitive.

Errors

Callback has no active listeners.