Torque2D Reference
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | List of all members
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. More...
 
virtual SimObjectgetTamlChild (const U32 childIndex) const =0
 Called when Taml attempts to compile a list of children. More...
 
virtual void addTamlChild (SimObject *pSimObject)=0
 Called when Taml attempts to populate an objects children during a read. More...
 

Detailed Description

See Also
TAML Reference

Member Function Documentation

virtual void addTamlChild ( SimObject pSimObject)
pure virtual

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

Implemented in Scene, SimSet, ParticleAsset, and SceneObjectSet.

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

Called when Taml attempts to compile a list of children.

Implemented in Scene, SimSet, ParticleAsset, and SceneObjectSet.

virtual U32 getTamlChildCount ( void  ) const
pure virtual

Called when Taml attempts to compile a list of children.

Implemented in Scene, SimSet, ParticleAsset, and SceneObjectSet.


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