Attribute to define a method as a console command. More...
Inherits Attribute.
| Public Member Functions | |
| ConsoleCommandAttribute (string commandName, uint commandFlag, string commandHelp) | |
| Constructor for a ConsoleCommandAttribute.  More... | |
| Properties | |
| string | Name  [get] | 
| Name of the console command.  More... | |
| string | Comments  [get] | 
| Comment that will appear in the description of the console command.  More... | |
| uint | Flags  [get] | 
| Flags for the console command.  More... | |
Attribute to define a method as a console command.
| 
 | inline | 
Constructor for a ConsoleCommandAttribute.
| commandName | |
| commandFlag | |
| commandHelp | 
| 
 | get | 
Comment that will appear in the description of the console command.
| 
 | get | 
Flags for the console command.
| 
 | get | 
Name of the console command.