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-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
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