ConsoleCommandAttribute Class

RAGE Plugin Hook Documentation

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

[Missing <summary> documentation for "T:Rage.Attributes.ConsoleCommandAttribute"]

Inheritance Hierarchy

SystemObject
  SystemAttribute
    Rage.AttributesConsoleCommandAttribute

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

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

The ConsoleCommandAttribute type exposes the following members.

Constructors

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

  NameDescription
Public propertyDescription
Gets or sets the description of this console command.
Public propertyName
Gets or sets the name of this console command.
Top
See Also

Reference