DefaultHelpCommand Class |
Namespace: SampSharp.GameMode.SAMP.Commands
public class DefaultHelpCommand : DefaultCommand
The DefaultHelpCommand type exposes the following members.
Name | Description | |
---|---|---|
![]() | DefaultHelpCommand |
Initializes a new instance of the DefaultHelpCommand class.
|
Name | Description | |
---|---|---|
![]() | DisplayName |
Gets the display name.
(Inherited from DefaultCommand.) |
![]() | IsCaseIgnored |
Gets a value indicating whether this instance ignores the case of the command.
(Inherited from DefaultCommand.) |
![]() | IsMethodMemberOfPlayer |
Gets a value indicating whether this instance is method member of player.
(Inherited from DefaultCommand.) |
![]() | Method |
Gets the method.
(Inherited from DefaultCommand.) |
![]() | Names |
Gets the names.
(Inherited from DefaultCommand.) |
![]() | Parameters |
Gets the parameters.
(Inherited from DefaultCommand.) |
![]() | PermissionCheckers |
Gets the permission checkers.
(Inherited from DefaultCommand.) |
![]() | UsageMessage |
Gets the usage message.
(Inherited from DefaultCommand.) |
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.) |