Torque3D Documentation / _generateds / ConcreteAbstractClassRep

ConcreteAbstractClassRep

Engine/source/console/consoleObject.h

Helper class for AbstractClassRep.

More...

Console Type Interface

setData(void * dptr, S32 argc, const char ** argv, const EnumTable * tbl, BitSet32 flag)
const char *
getData(void * dptr, const EnumTable * tbl, BitSet32 flag)
const bool

Return true if this is datablock object type.

Public Functions

ConcreteAbstractClassRep(const char * name, const char * conTypeName, S32 * conTypeIdPtr, S32 netClassGroupMask, S32 netClassType, S32 netEventDir, AbstractClassRep * parent, const char *(*)() parentDesc)

Wrap constructor.

init()

Perform class specific initialization tasks.

Detailed Description

Helper class for AbstractClassRep.

see:

AbtractClassRep

Public User Defined

EnginePropertyTable _smPropertyTable 
EnginePropertyTable & smPropertyTable 

Console Type Interface

setData(void * dptr, S32 argc, const char ** argv, const EnumTable * tbl, BitSet32 flag)

Reimplemented from: ConsoleBaseType

getData(void * dptr, const EnumTable * tbl, BitSet32 flag)

Reimplemented from: ConsoleBaseType

getTypeClassName()

Reimplemented from: ConsoleBaseType

isDatablock()

Reimplemented from: ConsoleBaseType

Public Functions

ConcreteAbstractClassRep(const char * name, const char * conTypeName, S32 * conTypeIdPtr, S32 netClassGroupMask, S32 netClassType, S32 netEventDir, AbstractClassRep * parent, const char *(*)() parentDesc)

create()

Reimplemented from: AbstractClassRep

Reimplemented by: ConcreteClassRep

getContainerChildClass(const bool recurse)

Reimplemented from: AbstractClassRep

getCustomTamlSchema(void )

Reimplemented from: AbstractClassRep

init()

Reimplemented from: AbstractClassRep