CryEngine.Attributes.ConsoleVariableIntegerAttribute

CryEngine.Attributes.ConsoleVariableIntegerAttribute

Used to create console variables with a value of type int. More...

Inherits CryEngine.Attributes.ConsoleVariableAttribute.

Public Member Functions

ConsoleVariableIntegerAttribute (string commandName, int value, uint commandFlag, string commandHelp)
Used to create console variables with a value of type int. More...

Properties

int Content [get]
The content of the console variable. More...
- Properties inherited from CryEngine.Attributes.ConsoleVariableAttribute
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...

Additional Inherited Members

- Protected Member Functions inherited from CryEngine.Attributes.ConsoleVariableAttribute
ConsoleVariableAttribute (string commandName, uint commandFlag, string commandHelp)
Base constructor of the console variable. More...

Detailed Description

Used to create console variables with a value of type int.

Constructor & Destructor Documentation

◆ ConsoleVariableIntegerAttribute()

CryEngine.Attributes.ConsoleVariableIntegerAttribute.ConsoleVariableIntegerAttribute ( string commandName,
int value,
uint commandFlag,
string commandHelp
)
inline

Used to create console variables with a value of type int.

Parameters
commandName
value
commandFlag
commandHelp

Property Documentation

◆ Content

int CryEngine.Attributes.ConsoleVariableIntegerAttribute.Content
get

The content of the console variable.