EngineStructTypeInfo
Engine/source/console/engineTypeInfo.h
Template for struct type infos.
Public Types
Parent
Public Functions
EngineStructTypeInfo(const char * name, EngineExportScope * scope, const char * docString, EngineFieldTable * fieldTable)
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 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