hasCommandHandler
Function
Server and Client
Online and Offline
Available since Server 1.0.0, Client 1.0.0
Boolean hasCommandHandler(String commandName)
The hasCommandHandler function is used to gets whether or not the command name has a handler function.
Parameters
1) | String | commandName | The command name. |
Return
Boolean | Whether or not the command name has a handler function. |
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