EnginePropertyTable
Engine/source/console/engineTypeInfo.h
Classes:
Protected Attributes
Number of properties in this table.
Array of property definitions.
Public Functions
EnginePropertyTable(U32 numProperties, const Property * properties)
operator[](U32 index)
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)