CryEngine.Attributes.ConsoleVariableAttribute

CryEngine.Attributes.ConsoleVariableAttribute

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...

Detailed Description

The base class for Console Variable attributes. Cannot be used by user

Constructor & Destructor Documentation

◆ ConsoleVariableAttribute()

CryEngine.Attributes.ConsoleVariableAttribute.ConsoleVariableAttribute ( string commandName,
uint commandFlag,
string commandHelp
)
inline
protected

Base constructor of the console variable.

Parameters
commandName
commandFlag
commandHelp

Property Documentation

◆ Comments

string CryEngine.Attributes.ConsoleVariableAttribute.Comments
get

Comment that will appear in the description of the console variable.

◆ Flags

uint CryEngine.Attributes.ConsoleVariableAttribute.Flags
get

Flags of the console variable.

◆ Name

string CryEngine.Attributes.ConsoleVariableAttribute.Name
get

Name of the console variable.