SampSharp.GameMode.SAMP.Commands Namespace |
| Class | Description | |
|---|---|---|
| CommandAttribute |
Indicates a method is a player command.
| |
| CommandGroupAttribute |
Indicates commands within this class or method are part of a command group.
| |
| CommandsManager |
Represents the default commands manager.
| |
| DefaultCommand |
Represents the default command based on a method with command attributes.
| |
| DefaultHelpCommand |
Represents the default help command for a command group.
| |
| NullableParamAttribute |
Makes a parameter to return null instead of usage message.
|
| Structure | Description | |
|---|---|---|
| CommandPath |
Represents a single path to a command.
|
| Interface | Description | |
|---|---|---|
| ICommand |
Represents a player command.
| |
| ICommandsManager |
Contains methods for a command manager service.
|
| Enumeration | Description | |
|---|---|---|
| CommandCallableResponse |
Contains the reponses available for callable commands
|