TamlCallbacks
Engine/source/persistence/taml/tamlCallbacks.h
Public Friends
class
Private Functions
onTamlAddParent(SimObject * pParentObject)
Called after Taml has finished reading the object and has added the object to any parent.
onTamlCustomRead(const TamlCustomNodes & customNodes)
Called during the reading of the object to allow custom properties to be read.
onTamlCustomWrite(TamlCustomNodes & customNodes)
Called during the writing of the object to allow custom properties to be written.
onTamlPostRead(const TamlCustomNodes & customNodes)
Called after Taml has finished reading the object.
Called after Taml has finished writing the object.
Called prior to Taml reading the object.
Called prior to Taml writing the object.
Detailed Description
Public Friends
Private Functions
onTamlAddParent(SimObject * pParentObject)
Called after Taml has finished reading the object and has added the object to any parent.
Reimplemented by: SimObject
onTamlCustomRead(const TamlCustomNodes & customNodes)
Called during the reading of the object to allow custom properties to be read.
Reimplemented by: AssetQuery, AssetTagsManifest, SimObject
onTamlCustomWrite(TamlCustomNodes & customNodes)
Called during the writing of the object to allow custom properties to be written.
Reimplemented by: AssetQuery, AssetTagsManifest, SimObject
onTamlPostRead(const TamlCustomNodes & customNodes)
Called after Taml has finished reading the object.
The custom properties is additionally passed here for object who want to process it at the end of reading.
Reimplemented by: SimObject
onTamlPostWrite(void )
Called after Taml has finished writing the object.
Reimplemented by: SimObject
onTamlPreRead(void )
Called prior to Taml reading the object.
Reimplemented by: SimObject
onTamlPreWrite(void )
Called prior to Taml writing the object.
Reimplemented by: SimObject