ConsoleCommandArgumentParserVehicle Class

RAGE Plugin Hook Documentation

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

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

Inheritance Hierarchy

SystemObject
  Rage.ConsoleCommands.ArgumentParsersConsoleCommandArgumentParser
    Rage.ConsoleCommands.ArgumentParsersConsoleCommandArgumentParserVehicle

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

[ConsoleCommandArgumentParserAttribute(new Type[] { ... })]
public sealed class ConsoleCommandArgumentParserVehicle : ConsoleCommandArgumentParser

The ConsoleCommandArgumentParserVehicle type exposes the following members.

Constructors

  NameDescription
Public methodConsoleCommandArgumentParserVehicle
Initializes a new instance of the ConsoleCommandArgumentParserVehicle class
Top
Methods

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

Reference