CryEngine.Attributes.ConsoleVariableAttributeIntegerProperty

CryEngine.Attributes.ConsoleVariableAttributeIntegerProperty

Property for a console variable of type int. More...

Inherits IDisposable.

Public Member Functions

ConsoleVariableAttributeIntegerProperty ()
Property for a console variable of type int. More...
void Dispose ()
Disposes this instance. More...
override string ToString ()
Returns the content of this console variable in the format "ConsoleVariableAttributeIntegerProperty[{Content}]". More...

Protected Member Functions

virtual void Dispose (bool isDisposing)
Disposes this instance. More...

Properties

int Content [get, set]
The content of this console variable. More...

Detailed Description

Property for a console variable of type int.

Constructor & Destructor Documentation

◆ ConsoleVariableAttributeIntegerProperty()

CryEngine.Attributes.ConsoleVariableAttributeIntegerProperty.ConsoleVariableAttributeIntegerProperty ( )
inline

Property for a console variable of type int.

Member Function Documentation

◆ Dispose() [1/2]

void CryEngine.Attributes.ConsoleVariableAttributeIntegerProperty.Dispose ( )
inline

Disposes this instance.

◆ Dispose() [2/2]

virtual void CryEngine.Attributes.ConsoleVariableAttributeIntegerProperty.Dispose ( bool isDisposing)
inline
protected
virtual

Disposes this instance.

Parameters
isDisposing

◆ ToString()

override string CryEngine.Attributes.ConsoleVariableAttributeIntegerProperty.ToString ( )
inline

Returns the content of this console variable in the format "ConsoleVariableAttributeIntegerProperty[{Content}]".

Returns

Property Documentation

◆ Content

int CryEngine.Attributes.ConsoleVariableAttributeIntegerProperty.Content
get
set

The content of this console variable.