DefaultHelpCommand Methods |
The DefaultHelpCommand type exposes the following members.
| Name | Description | |
|---|---|---|
| CanInvoke |
Determines whether this instance can be invoked by the specified player.
(Overrides DefaultCommandCanInvoke(BasePlayer, String, Int32).) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetParameterType |
Gets the type of the specified parameter.
(Inherited from DefaultCommand.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Invoke |
Invokes this command.
(Inherited from DefaultCommand.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SendPermissionDeniedMessage |
Sends the permission denied message for the specified permission checker.
(Inherited from DefaultCommand.) | |
| SendUsageMessage |
Sends the usage message to the specified player.
(Inherited from DefaultCommand.) | |
| ToString |
Returns a string that represents the current object.
(Inherited from DefaultCommand.) |