Torque2D Reference
Loading...
Searching...
No Matches
TamlChildren Class Referenceabstract

#include <tamlChildren.h>

Inheritance diagram for TamlChildren:

Public Member Functions

virtual U32 getTamlChildCount (void) const =0
 Called when Taml attempts to compile a list of children.
virtual SimObjectgetTamlChild (const U32 childIndex) const =0
 Called when Taml attempts to compile a list of children.
virtual void addTamlChild (SimObject *pSimObject)=0
 Called when Taml attempts to populate an objects children during a read.

Detailed Description

Member Function Documentation

◆ addTamlChild()

virtual void addTamlChild ( SimObject * pSimObject)
pure virtual

Called when Taml attempts to populate an objects children during a read.

Implemented in GuiProfileTheme, ParticleAsset, Scene, SceneObjectSet, and SimSet.

◆ getTamlChild()

virtual SimObject * getTamlChild ( const U32 childIndex) const
pure virtual

Called when Taml attempts to compile a list of children.

Implemented in GuiProfileTheme, ParticleAsset, Scene, SceneObjectSet, and SimSet.

◆ getTamlChildCount()

virtual U32 getTamlChildCount ( void ) const
pure virtual

Called when Taml attempts to compile a list of children.

Implemented in GuiProfileTheme, ParticleAsset, Scene, SceneObjectSet, and SimSet.


The documentation for this class was generated from the following file: