Click or drag to resize

DefaultHelpCommand Class

Represents the default help command for a command group.
Inheritance Hierarchy

Namespace:  SampSharp.GameMode.SAMP.Commands
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public class DefaultHelpCommand : DefaultCommand

The DefaultHelpCommand type exposes the following members.

Constructors
  NameDescription
Public methodDefaultHelpCommand
Initializes a new instance of the DefaultHelpCommand class.
Top
Properties
  NameDescription
Public propertyDisplayName
Gets the display name.
(Inherited from DefaultCommand.)
Public propertyIsCaseIgnored
Gets a value indicating whether this instance ignores the case of the command.
(Inherited from DefaultCommand.)
Public propertyIsMethodMemberOfPlayer
Gets a value indicating whether this instance is method member of player.
(Inherited from DefaultCommand.)
Public propertyMethod
Gets the method.
(Inherited from DefaultCommand.)
Public propertyNames
Gets the names.
(Inherited from DefaultCommand.)
Public propertyParameters
Gets the parameters.
(Inherited from DefaultCommand.)
Public propertyPermissionCheckers
Gets the permission checkers.
(Inherited from DefaultCommand.)
Public propertyUsageMessage
Gets the usage message.
(Inherited from DefaultCommand.)
Top
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