 | CommandsDoesCommandExist Method |
Checks whether a command currently exists (is registered).
Namespace: spaar.ModLoaderAssembly: SpaarModLoader (in SpaarModLoader.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static bool DoesCommandExist(
string command
)
Parameters
- command
- Type: SystemString
The command to check
Return Value
Type:
BooleanWhether the specifed command exists
See Also