Click or drag to resize
CommandsDoesCommandExist Method
Checks whether a command currently exists (is registered).

Namespace: spaar.ModLoader
Assembly: SpaarModLoader (in SpaarModLoader.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static bool DoesCommandExist(
	string command
)

Parameters

command
Type: SystemString
The command to check

Return Value

Type: Boolean
Whether the specifed command exists
See Also