ConsoleCommandParameter Class

RAGE Plugin Hook Documentation

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

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

Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    HookMarshalByRefObject
      Rage.ConsoleCommandsConsoleCommandParameter

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

[SerializableAttribute]
public sealed class ConsoleCommandParameter : HookMarshalByRefObject

The ConsoleCommandParameter type exposes the following members.

Constructors

  NameDescription
Public methodConsoleCommandParameter(String, String, ConsoleCommandParameterType)
Initializes a new instance of the ConsoleCommandParameter class
Public methodConsoleCommandParameter(String, String, Type)
Initializes a new instance of the ConsoleCommandParameter class
Top
Properties

  NameDescription
Public propertyAutoCompleter
Public propertyCustomType
Public propertyCustomTypeNameOrKeyword
Public propertyDefaultValue
Public propertyDescription
Public propertyName
Public propertyType
Top
Methods

  NameDescription
Public methodGetArgumentParser
Public methodParseArgument
Top
See Also

Reference