removeCommandHandler
		
		
		
		
		
		Jump to navigation
		Jump to search
		
		
	
Function Server and Client 
 
 
 ![]()
Online and Offline
Available since Server 1.0.0, Client 1.0.0
bool removeCommandHandler(string command)
The removeCommandHandler function is used to remove the handler for a command. The handler function will no longer be called when a player types the command in-game.
Parameters
| 1) | string | command | The command that was typed in-game. | 
Return
| bool | Whether a handler was unbound from the command. | 
Notes
There aren't any notes for this function.
Examples
There aren't any examples for this function.
Compatibility
There isn't any compatibility information for this function.
Related
Server Related
 
 
 
 addCommandHandler
 
 
 
 consoleCommand
 
 
 
 hasCommandHandler
 
 
 
 removeCommandHandler
Client Related
 
 
 
 addCommandHandler
 
 
 
 consoleCommand
 
 
 
 hasCommandHandler
 
 
 
 removeCommandHandler