ConsoleCommandParameterAttribute Class

RAGE Plugin Hook Documentation

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

Attribute to describe parameters of console commands.
Inheritance Hierarchy

SystemObject
  SystemAttribute
    Rage.AttributesConsoleCommandParameterAttribute

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

[SerializableAttribute]
[AttributeUsageAttribute(AttributeTargets.Parameter, Inherited = false, AllowMultiple = false)]
public class ConsoleCommandParameterAttribute : Attribute

The ConsoleCommandParameterAttribute type exposes the following members.

Constructors

  NameDescription
Public methodConsoleCommandParameterAttribute
Initializes a new instance of the ConsoleCommandAttribute class.
Public methodConsoleCommandParameterAttribute(String)
Initializes a new instance of the ConsoleCommandAttribute class.
Top
Properties

  NameDescription
Public propertyAutoCompleterType
Gets or sets the type of the automatic completer.
Public propertyDescription
Gets or sets the description of this parameter.
Public propertyName
Gets or sets the name of this parameter.
Public propertyNoAutoCompletion
Gets or sets whether this parameter should have no automatic completion.
Top
See Also

Reference