SampSharp.Entities.SAMP.Commands Namespace |
[Missing <summary> documentation for "N:SampSharp.Entities.SAMP.Commands"]
Class | Description | |
---|---|---|
![]() | CommandInfo |
Provides information about a command.
|
![]() | CommandParameterAttribute |
An attribute which provides additional information a command parameter.
|
![]() | CommandParameterInfo |
Provides information about a parameter of a command.
|
![]() | CommandServiceBase |
Represents a base for service which provides functionality for calling commands in system classes.
|
![]() | PlayerCommandAttribute |
An attribute which indicates the method is invokable as a player command.
|
![]() | PlayerCommandProcessingMiddleware |
Represents a middleware which lets unhandled OnPlayerCommandText events be processed by the IPlayerCommandService.
|
![]() | PlayerCommandService |
Provides player commands functionality.
|
![]() | RconCommandAttribute |
An attribute which indicates the method is invokable as a RCON command.
|
![]() | RconCommandProcessingMiddleware |
Represents a middleware which lets unhandled OnRconCommand events be processed by the IRconCommandService.
|
![]() | RconCommandService |
Provides rcon commands functionality.
|
Structure | Description | |
---|---|---|
![]() | InvokeResult |
Represents a response to an invoked command.
|
Interface | Description | |
---|---|---|
![]() | ICommandMethodInfo |
Provides information about a command method.
|
![]() | IPlayerCommandService |
Provides the functionality for invoking player commands.
|
![]() | IRconCommandService |
Provides the functionality for invoking RCON commands.
|
Enumeration | Description | |
---|---|---|
![]() | InvokeResponse |
Contains the types of responses of an invoked command.
|