[This is preliminary documentation and is subject to change.]
Attribute to describe parameters of console commands.
Inheritance Hierarchy
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
Name | Description | |
---|---|---|
ConsoleCommandParameterAttribute |
Initializes a new instance of the ConsoleCommandAttribute class.
| |
ConsoleCommandParameterAttribute(String) |
Initializes a new instance of the ConsoleCommandAttribute class.
|
Properties
Name | Description | |
---|---|---|
AutoCompleterType |
Gets or sets the type of the automatic completer.
| |
Description |
Gets or sets the description of this parameter.
| |
Name |
Gets or sets the name of this parameter.
| |
NoAutoCompletion |
Gets or sets whether this parameter should have no automatic completion.
|
See Also