PlayerCommandService Methods |
The PlayerCommandService type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateParameterParser |
Creates the parameter parser for the parameter at the specified index in the parameters array..
(Inherited from CommandServiceBase.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetCommandName |
Extracts a command name from a method.
(Inherited from CommandServiceBase.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetUsageMessage |
Gets the usage message for one or multiple specified commands.
(Overrides CommandServiceBaseGetUsageMessage(CommandInfo).) | |
| Invoke(IServiceProvider, Object, String) |
Invokes a command based on the specified inputText.
(Inherited from CommandServiceBase.) | |
| Invoke(IServiceProvider, EntityId, String) |
Invokes a player command using the specified inputText for the specified player.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ScanMethods |
Scans for methods in ISystem which should be considered to be compiled as a command.
(Overrides CommandServiceBaseScanMethods(AssemblyScanner).) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryCollectParameters |
Tries to collect parameter information.
(Overrides CommandServiceBaseTryCollectParameters(ParameterInfo, Int32, CommandParameterInfo).) | |
| ValidateInputText |
Validates and corrects the specified inputText.
(Overrides CommandServiceBaseValidateInputText(String).) |