ConsoleCommandArgumentParser Class

RAGE Plugin Hook Documentation

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

Handles parsing the arguments for console commands.
Inheritance Hierarchy

SystemObject
  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

public abstract class ConsoleCommandArgumentParser

The ConsoleCommandArgumentParser type exposes the following members.

Constructors

  NameDescription
Public methodConsoleCommandArgumentParser
Initializes a new instance of the ConsoleCommandArgumentParser class
Top
Methods

  NameDescription
Public methodParse
When overriden in a derived class, parses the specified argument.
Top
See Also

Reference