[This is preliminary documentation and is subject to change.]
Represents an option in the auto completion menu.
Inheritance Hierarchy
Rage.ConsoleCommandsAutoCompleteOption
Namespace: Rage.ConsoleCommands
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
The AutoCompleteOption type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AutoCompleteOption |
Initializes a new instance of the AutoCompleteOption class.
|
Properties
Name | Description | |
---|---|---|
Description |
Gets or sets the description.
| |
Text |
Gets or sets the text to display in the auto completion menu.
| |
Value |
Gets or sets the value that will be inserted if this option is chosen.
|
See Also