[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Rage.Attributes.ConsoleCommandAttribute"]
Inheritance Hierarchy
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
Name | Description | |
---|---|---|
ConsoleCommandAttribute |
Initializes a new instance of the ConsoleCommandAttribute class.
| |
ConsoleCommandAttribute(String) |
Initializes a new instance of the ConsoleCommandAttribute class.
|
Properties
Name | Description | |
---|---|---|
Description |
Gets or sets the description of this console command.
| |
Name |
Gets or sets the name of this console command.
|
See Also