Click or drag to resize

ICommandsManager Interface

Contains methods for a command manager service.

Namespace:  SampSharp.GameMode.SAMP.Commands
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public interface ICommandsManager : IService

The ICommandsManager type exposes the following members.

Properties
  NameDescription
Public propertyCommands
Gets a read-only collection of all registered commands.
Public propertyGameMode
Gets the game mode.
(Inherited from IService.)
Top
Methods
  NameDescription
Public methodProcess
Processes the specified player.
Public methodRegister
Registers the specified command.
Public methodRegisterCommands(Assembly)
Loads all tagged commands from the specified assembly.
Public methodRegisterCommands(Type)
Loads all tagged commands from the assembly containing the specified type.
Public methodRegisterCommandsT
Loads all tagged commands from the assembly containing the specified type.
Top
See Also