EngineClassTypeInfo
Engine/source/console/engineTypeInfo.h
Template for class type infos.
Public Types
Parent
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
constructInstance(void * ptr)
Create a new instance at the given address.
destructInstance(void * ptr)
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