CommandAttribute Class |
Namespace: SampSharp.GameMode.SAMP.Commands
public class CommandAttribute : Attribute
The CommandAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
| CommandAttribute(String) |
Initializes a new instance of the CommandAttribute class.
| |
| CommandAttribute(String) |
Initializes a new instance of the CommandAttribute class.
|
| Name | Description | |
|---|---|---|
| DisplayName |
Gets or sets the display name.
| |
| IgnoreCase |
Gets or sets a value indicating whether to ignore the case of the command.
| |
| IsGroupHelp |
Gets or sets a value indicating whether this command is a command group help command. The names of this command will be
ignored, this command will be executed if the command group of this command is run without a specific command.
| |
| Names |
Gets the names.
| |
| PermissionChecker |
Gets or sets the permission checker type.
| |
| Shortcut |
Gets or sets the shortcut.
| |
| TypeId | (Inherited from Attribute.) | |
| UsageMessage |
Gets or sets the usage message.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Attribute.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Attribute.) | |
| GetType | (Inherited from Object.) | |
| IsDefaultAttribute | (Inherited from Attribute.) | |
| Match | (Inherited from Attribute.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |