AutoCompleteOption Constructor

RAGE Plugin Hook Documentation

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

Initializes a new instance of the AutoCompleteOption class.

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

public AutoCompleteOption(
	string value,
	string text,
	string description
)

Parameters

value
Type: SystemString
The value that will be inserted if this option is chosen.
text
Type: SystemString
The text to display in the auto completion menu.
description
Type: SystemString
The description of this option.
See Also

Reference