[This is preliminary documentation and is subject to change.]
Handles parsing the arguments for console commands.
Inheritance Hierarchy
Rage.ConsoleCommands.ArgumentParsersConsoleCommandArgumentParser
Rage.ConsoleCommands.ArgumentParsersConsoleCommandArgumentParserFractional
Rage.ConsoleCommands.ArgumentParsersConsoleCommandArgumentParserInteger
Rage.ConsoleCommands.ArgumentParsersConsoleCommandArgumentParserPed
Rage.ConsoleCommands.ArgumentParsersConsoleCommandArgumentParserVehicle
Namespace: Rage.ConsoleCommands.ArgumentParsers
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
The ConsoleCommandArgumentParser type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConsoleCommandArgumentParser | Initializes a new instance of the ConsoleCommandArgumentParser class |
Methods
Name | Description | |
---|---|---|
Parse |
When overriden in a derived class, parses the specified argument.
|
See Also