[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Rage.ConsoleCommands.ArgumentParsers.ConsoleCommandArgumentParserInteger"]
Inheritance Hierarchy
Rage.ConsoleCommands.ArgumentParsersConsoleCommandArgumentParser
Rage.ConsoleCommands.ArgumentParsersConsoleCommandArgumentParserInteger
Namespace: Rage.ConsoleCommands.ArgumentParsers
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
The ConsoleCommandArgumentParserInteger type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConsoleCommandArgumentParserInteger | Initializes a new instance of the ConsoleCommandArgumentParserInteger class |
Methods
Name | Description | |
---|---|---|
Parse |
Parses the specified argument as an integer.
(Overrides ConsoleCommandArgumentParserParse(String).) |
See Also