Torque3D Documentation / _generateds / EngineFieldTable

EngineFieldTable

Engine/source/console/engineTypeInfo.h

Table of fields for a struct type.

More...

Classes:

class

A field descriptor in a field table.

Protected Attributes

Number of fields in this table.

Public Functions

Construct a field table from a NULL-terminated array of Field records.

EngineFieldTable(U32 numFields, const Field * fields)

Detailed Description

Table of fields for a struct type.

Protected Attributes

const Field * mFields 
U32 mNumFields 

Number of fields in this table.

Public Functions

EngineFieldTable(const Field * fields)

Construct a field table from a NULL-terminated array of Field records.

EngineFieldTable(U32 numFields, const Field * fields)

getNumFields()

operator[](U32 index)