[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Rage.ConsoleCommands.ConsoleCommandParameter"]
Inheritance Hierarchy
SystemMarshalByRefObject
HookMarshalByRefObject
Rage.ConsoleCommandsConsoleCommandParameter
Namespace: Rage.ConsoleCommands
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
[SerializableAttribute] public sealed class ConsoleCommandParameter : HookMarshalByRefObject
The ConsoleCommandParameter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConsoleCommandParameter(String, String, ConsoleCommandParameterType) | Initializes a new instance of the ConsoleCommandParameter class | |
ConsoleCommandParameter(String, String, Type) | Initializes a new instance of the ConsoleCommandParameter class |
Properties
Name | Description | |
---|---|---|
AutoCompleter | ||
CustomType | ||
CustomTypeNameOrKeyword | ||
DefaultValue | ||
Description | ||
Name | ||
Type |
Methods
Name | Description | |
---|---|---|
GetArgumentParser | ||
ParseArgument |
See Also