CryEngine.Attributes.ConsoleVariableAttributeStringProperty

CryEngine.Attributes.ConsoleVariableAttributeStringProperty

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

Inherits IDisposable.

Public Member Functions

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

Protected Member Functions

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

Properties

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

Detailed Description

Property for a console variable of type string.

Constructor & Destructor Documentation

◆ ConsoleVariableAttributeStringProperty()

CryEngine.Attributes.ConsoleVariableAttributeStringProperty.ConsoleVariableAttributeStringProperty ( )
inline

Property for a console variable of type string.

Member Function Documentation

◆ Dispose() [1/2]

void CryEngine.Attributes.ConsoleVariableAttributeStringProperty.Dispose ( )
inline

Disposes this instance.

◆ Dispose() [2/2]

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

Disposes this instance.

Parameters
isDisposing

◆ ToString()

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

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

Returns

Property Documentation

◆ Content

string CryEngine.Attributes.ConsoleVariableAttributeStringProperty.Content
get
set

The content of this console variable.