[OgreKit Lua]

Public Member Functions | List of all members
gsLogicTree Class Reference

Public Member Functions

 gsLogicTree (gkLogicTree *tree)
 
 ~gsLogicTree ()
 
gkLogicNode * getNodeByName (const gkString &name)
 
gkLogicNode * getNodeAt (int i)
 
int getNodeAmount ()
 
gkString getName ()
 
gkString getType ()
 

Constructor & Destructor Documentation

gsLogicTree::gsLogicTree ( gkLogicTree *  tree)
inline
gsLogicTree::~gsLogicTree ( )
inline

Member Function Documentation

gkString gsLogicTree::getName ( )
inline
int gsLogicTree::getNodeAmount ( )
inline
gkLogicNode* gsLogicTree::getNodeAt ( int  i)
gkLogicNode* gsLogicTree::getNodeByName ( const gkString &  name)
inline
gkString gsLogicTree::getType ( )
inline