Torque3D Documentation / _generateds / EngineFieldTable::Field

EngineFieldTable::Field

Engine/source/console/engineTypeInfo.h

A field descriptor in a field table.

More...

Public Attributes

const char *

Documentation string.

const char *

Name of the field or group.

Indexed size of this field. Must be >=1.

Offset of the field in instances.

Type of the field.

Detailed Description

A field descriptor in a field table.

Public Attributes

const char * mDocString 

Documentation string.

const char * mName 

Name of the field or group.

U32 mNumElements 

Indexed size of this field. Must be >=1.

U32 mOffset 

Offset of the field in instances.

const EngineTypeInfo * mType 

Type of the field.