[This is preliminary documentation and is subject to change.]
Attribute to let parameter auto completers specify which types they support.
Inheritance Hierarchy
SystemAttribute
Rage.AttributesConsoleCommandParameterAutoCompleterAttribute
Namespace: Rage.Attributes
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
[SerializableAttribute] [AttributeUsageAttribute(AttributeTargets.Class, Inherited = false, AllowMultiple = false)] public class ConsoleCommandParameterAutoCompleterAttribute : Attribute
The ConsoleCommandParameterAutoCompleterAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConsoleCommandParameterAutoCompleterAttribute |
Initializes a new instance of the ConsoleCommandParameterAutoCompleterAttribute class.
|
Properties
Name | Description | |
---|---|---|
SupportedTypes |
Gets or sets the supported types of this auto completer.
|
See Also