CryEngine.Attributes.ConsoleVariableAttributeInteger64Property

CryEngine.Attributes.ConsoleVariableAttributeInteger64Property

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

Inherits IDisposable.

Public Member Functions

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

Protected Member Functions

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

Properties

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

Detailed Description

Property for a console variable of type long.

Constructor & Destructor Documentation

◆ ConsoleVariableAttributeInteger64Property()

CryEngine.Attributes.ConsoleVariableAttributeInteger64Property.ConsoleVariableAttributeInteger64Property ( )
inline

Property for a console variable of type long.

Member Function Documentation

◆ Dispose() [1/2]

void CryEngine.Attributes.ConsoleVariableAttributeInteger64Property.Dispose ( )
inline

Disposes this instance.

◆ Dispose() [2/2]

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

Disposes this instance.

Parameters
isDisposing

◆ ToString()

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

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

Returns

Property Documentation

◆ Content

long CryEngine.Attributes.ConsoleVariableAttributeInteger64Property.Content
get
set

The content of this console variable.