Torque3D Documentation / _generateds / EngineStructTypeInfo

EngineStructTypeInfo

Engine/source/console/engineTypeInfo.h

Template for struct type infos.

More...

Public Types

Public Functions

EngineStructTypeInfo(const char * name, EngineExportScope * scope, const char * docString, EngineFieldTable * fieldTable)
bool

Create a new instance at the given address.

Destroy the instance at the given address.

Detailed Description

Template for struct type infos.

Public Types

typedef EngineTypeInfo Parent 

Public Functions

EngineStructTypeInfo(const char * name, EngineExportScope * scope, const char * docString, EngineFieldTable * fieldTable)

constructInstance(void * ptr)

Reimplemented from: EngineTypeInfo

destructInstance(void * ptr)

Reimplemented from: EngineTypeInfo