Torque3D Documentation / _generateds / EnginePropertyTable

EnginePropertyTable

Engine/source/console/engineTypeInfo.h

More...

Classes:

Protected Attributes

Number of properties in this table.

Array of property definitions.

Public Functions

Detailed Description

  • Read-only properties only have a getXXX and no setXXX method.

  • Static properties (value shared by all instances) don't take a 'this' parameter.


Protected Attributes

U32 mNumProperties 

Number of properties in this table.

const Property * mProperties 

Array of property definitions.

Public Functions

EnginePropertyTable(U32 numProperties, const Property * properties)

getNumProperties()

operator[](U32 index)