The base class for Console Variable attributes. Cannot be used by user More...
Inherits Attribute.
Inherited by CryEngine.Attributes.ConsoleVariableFloatAttribute, CryEngine.Attributes.ConsoleVariableInteger64Attribute, CryEngine.Attributes.ConsoleVariableIntegerAttribute, and CryEngine.Attributes.ConsoleVariableStringAttribute.
| Protected Member Functions | |
| ConsoleVariableAttribute (string commandName, uint commandFlag, string commandHelp) | |
| Base constructor of the console variable.  More... | |
| Properties | |
| string | Name  [get] | 
| Name of the console variable.  More... | |
| string | Comments  [get] | 
| Comment that will appear in the description of the console variable.  More... | |
| uint | Flags  [get] | 
| Flags of the console variable.  More... | |
The base class for Console Variable attributes. Cannot be used by user
| 
 | inline protected | 
Base constructor of the console variable.
| commandName | |
| commandFlag | |
| commandHelp | 
| 
 | get | 
Comment that will appear in the description of the console variable.
| 
 | get | 
Flags of the console variable.
| 
 | get | 
Name of the console variable.