Clarisse 5.0 SP8 SDK
5.0.5.8.0
|
Custom data that can be defined in script to store per instance data. More...
Public Member Functions | |
bool | is_initialized () const |
Return true if the data has been initialized (if ModuleScriptedClassEngineData::initialize_data has been called). | |
void | initialize_data () |
Performs internal initialization handling deletion. This method MUST be called before it is returned by ModuleScriptedClassEngine::create_instance_data. | |
![]() | |
bool | is_kindof (const CoreBaseObject &object) const |
virtual size_t | get_memory_size () const |
CoreString | get_class_info_name () const |
const unsigned long & | get_class_info_id () const |
virtual bool | is_kindof (const CoreClassInfo &cinfo) const |
virtual const CoreClassInfo & | get_class_info () const |
template<class T > | |
T * | cast () |
template<class T > | |
const T * | cast () const |
![]() | |
bool | is_kindof (const CoreClassInfo &cinfo) const |
Additional Inherited Members | |
![]() | |
static const CoreClassInfo & | class_info () |
template<class T > | |
static T * | cast (CoreBaseObject *object) |
template<class T > | |
static const T * | cast (const CoreBaseObject *object) |
Custom data that can be defined in script to store per instance data.