ConsoleCommandArgumentParserFractional Class

RAGE Plugin Hook Documentation

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

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

Inheritance Hierarchy

SystemObject
  Rage.ConsoleCommands.ArgumentParsersConsoleCommandArgumentParser
    Rage.ConsoleCommands.ArgumentParsersConsoleCommandArgumentParserFractional

Namespace:  Rage.ConsoleCommands.ArgumentParsers
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public sealed class ConsoleCommandArgumentParserFractional : ConsoleCommandArgumentParser

The ConsoleCommandArgumentParserFractional type exposes the following members.

Constructors

  NameDescription
Public methodConsoleCommandArgumentParserFractional
Initializes a new instance of the ConsoleCommandArgumentParserFractional class
Top
Methods

  NameDescription
Public methodParse
Parses the specified argument as a floating point number.
(Overrides ConsoleCommandArgumentParserParse(String).)
Top
See Also

Reference