ConsoleCommandArgumentParserAttribute Class

RAGE Plugin Hook Documentation

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

Attribute to let argument parsers specify which types they support.
Inheritance Hierarchy

SystemObject
  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

  NameDescription
Public methodConsoleCommandArgumentParserAttribute
Initializes a new instance of the ConsoleCommandArgumentParserAttribute class.
Top
Properties

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

Reference