SimObjectRefConsoleBaseType
Engine/source/console/simObjectRef.h
Public Types
Parent
Public Functions
SimObjectRefConsoleBaseType(const char * typeName)
deleteNativeVariable(void * var)
Delete a single value allocated with getNativeVariable().
void *
Allocate a single value.
const char *
const bool
Return true if this is datablock object type.
Detailed Description
Public Types
typedef ConsoleBaseType Parent
Public Functions
SimObjectRefConsoleBaseType(const char * typeName)
deleteNativeVariable(void * var)
Reimplemented from: ConsoleBaseType
getData(void * dptr, const EnumTable * , BitSet32 )
Reimplemented from: ConsoleBaseType
getNativeVariable()
Reimplemented from: ConsoleBaseType
getTypeClassName()
Reimplemented from: ConsoleBaseType
isDatablock()
Reimplemented from: ConsoleBaseType
setData(void * dptr, S32 argc, const char ** argv, const EnumTable * , BitSet32 )
Reimplemented from: ConsoleBaseType