ICommandsManager Interface |
Namespace: SampSharp.GameMode.SAMP.Commands
public interface ICommandsManager : IService
The ICommandsManager type exposes the following members.
Name | Description | |
---|---|---|
Commands |
Gets a read-only collection of all registered commands.
| |
GameMode |
Gets the game mode.
(Inherited from IService.) |
Name | Description | |
---|---|---|
Process |
Processes the specified player.
| |
Register |
Registers the specified command.
| |
RegisterCommands(Assembly) |
Loads all tagged commands from the specified assembly.
| |
RegisterCommands(Type) |
Loads all tagged commands from the assembly containing the specified type.
| |
RegisterCommandsT |
Loads all tagged commands from the assembly containing the specified type.
|