ConsoleCommandParameterAutoCompleterAttribute Class

RAGE Plugin Hook Documentation

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

Attribute to let parameter auto completers specify which types they support.
Inheritance Hierarchy

SystemObject
  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

  NameDescription
Public methodConsoleCommandParameterAutoCompleterAttribute
Initializes a new instance of the ConsoleCommandParameterAutoCompleterAttribute class.
Top
Properties

  NameDescription
Public propertySupportedTypes
Gets or sets the supported types of this auto completer.
Top
See Also

Reference