Click or drag to resize

PlayerCommandService Class

Provides player commands functionality.
Inheritance Hierarchy

Namespace:  SampSharp.Entities.SAMP.Commands
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public class PlayerCommandService : CommandServiceBase, 
	IPlayerCommandService

The PlayerCommandService type exposes the following members.

Constructors
  NameDescription
Public methodPlayerCommandService
Initializes a new instance of the PlayerCommandService class
Top
Methods
  NameDescription
Protected methodCreateParameterParser
Creates the parameter parser for the parameter at the specified index in the parameters array..
(Inherited from CommandServiceBase.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Protected methodGetCommandName
Extracts a command name from a method.
(Inherited from CommandServiceBase.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodGetUsageMessage
Gets the usage message for one or multiple specified commands.
(Overrides CommandServiceBaseGetUsageMessage(CommandInfo).)
Protected methodInvoke(IServiceProvider, Object, String)
Invokes a command based on the specified inputText.
(Inherited from CommandServiceBase.)
Public methodInvoke(IServiceProvider, EntityId, String)
Invokes a player command using the specified inputText for the specified player.
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodScanMethods
Scans for methods in ISystem which should be considered to be compiled as a command.
(Overrides CommandServiceBaseScanMethods(AssemblyScanner).)
Public methodToString (Inherited from Object.)
Protected methodTryCollectParameters
Tries to collect parameter information.
(Overrides CommandServiceBaseTryCollectParameters(ParameterInfo, Int32, CommandParameterInfo).)
Protected methodValidateInputText
Validates and corrects the specified inputText.
(Overrides CommandServiceBaseValidateInputText(String).)
Top
See Also