[This is preliminary documentation and is subject to change.]
Attribute to let argument parsers specify which types they support.
Inheritance Hierarchy
SystemAttribute
Rage.AttributesConsoleCommandArgumentParserAttribute
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 ConsoleCommandArgumentParserAttribute : Attribute
The ConsoleCommandArgumentParserAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConsoleCommandArgumentParserAttribute |
Initializes a new instance of the ConsoleCommandArgumentParserAttribute class.
|
Properties
Name | Description | |
---|---|---|
SupportedTypes |
Gets or sets the supported types of this parser.
|
See Also