Torque3D Documentation / _generateds / EngineClassTypeInfo

EngineClassTypeInfo

Engine/source/console/engineTypeInfo.h

Template for class type infos.

More...

Public Types

Public Static Attributes

const char *

The documentation string set by CLASSDOC (if any).

Public Functions

EngineClassTypeInfo(const char * name, EngineExportScope * scope, const char * docString)
bool

Create a new instance at the given address.

Destroy the instance at the given address.

Detailed Description

Template for class type infos.

Public Types

typedef EngineTypeInfo Parent 

Public Static Attributes

const char * smDocString 

The documentation string set by CLASSDOC (if any).

Public Functions

EngineClassTypeInfo(const char * name, EngineExportScope * scope, const char * docString)

constructInstance(void * ptr)

Reimplemented from: EngineTypeInfo

destructInstance(void * ptr)

Reimplemented from: EngineTypeInfo