hasCommandHandler

Revision as of 07:28, 9 July 2022 by Vortrex (talk | contribs) (Created page with "{{ScriptItem |endpoint = shared |type = function |name = hasCommandHandler |parameters = String commandName |parameter1 = String commandName The command name |usage = gets whe...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Function Server and Client icon-iii.png icon-vc.png icon-sa.png icon-iv.png 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