AutoCompleteOption Class

RAGE Plugin Hook Documentation

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

Represents an option in the auto completion menu.
Inheritance Hierarchy

SystemObject
  Rage.ConsoleCommandsAutoCompleteOption

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

[SerializableAttribute]
public sealed class AutoCompleteOption

The AutoCompleteOption type exposes the following members.

Constructors

  NameDescription
Public methodAutoCompleteOption
Initializes a new instance of the AutoCompleteOption class.
Top
Properties

  NameDescription
Public propertyDescription
Gets or sets the description.
Public propertyText
Gets or sets the text to display in the auto completion menu.
Public propertyValue
Gets or sets the value that will be inserted if this option is chosen.
Top
See Also

Reference