ConsoleCommandArgumentParserInteger Class

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:Rage.ConsoleCommands.ArgumentParsers.ConsoleCommandArgumentParserInteger"]

Inheritance Hierarchy

SystemObject
  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

public sealed class ConsoleCommandArgumentParserInteger : ConsoleCommandArgumentParser

The ConsoleCommandArgumentParserInteger type exposes the following members.

Constructors

  NameDescription
Public methodConsoleCommandArgumentParserInteger
Initializes a new instance of the ConsoleCommandArgumentParserInteger class
Top
Methods

  NameDescription
Public methodParse
Parses the specified argument as an integer.
(Overrides ConsoleCommandArgumentParserParse(String).)
Top
See Also

Reference