Click or drag to resize

DefaultHelpCommand Methods

The DefaultHelpCommand type exposes the following members.

Methods
  NameDescription
Public methodCanInvoke
Determines whether this instance can be invoked by the specified player.
(Overrides DefaultCommandCanInvoke(BasePlayer, String, Int32).)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Protected methodGetParameterType
Gets the type of the specified parameter.
(Inherited from DefaultCommand.)
Public methodGetType (Inherited from Object.)
Public methodInvoke
Invokes this command.
(Inherited from DefaultCommand.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodSendPermissionDeniedMessage
Sends the permission denied message for the specified permission checker.
(Inherited from DefaultCommand.)
Protected methodSendUsageMessage
Sends the usage message to the specified player.
(Inherited from DefaultCommand.)
Public methodToString
Returns a string that represents the current object.
(Inherited from DefaultCommand.)
Top
See Also