Torque3D Documentation / _generateds / EngineSimpleTypeInfo

EngineSimpleTypeInfo

Engine/source/console/engineTypeInfo.h

Template for type infos of primitive, enum, and bitfield types.

More...

Public Types

Public Functions

EngineSimpleTypeInfo(const char * name, EngineExportScope * scope, EngineTypeKind kind, const char * docString, EngineEnumTable * enumTable)
bool

Create a new instance at the given address.

Destroy the instance at the given address.

Detailed Description

Template for type infos of primitive, enum, and bitfield types.

Public Types

typedef EngineTypeInfo Parent 

Public Functions

EngineSimpleTypeInfo(const char * name, EngineExportScope * scope, EngineTypeKind kind, const char * docString, EngineEnumTable * enumTable)

constructInstance(void * ptr)

Reimplemented from: EngineTypeInfo

destructInstance(void * ptr)

Reimplemented from: EngineTypeInfo