[OgreKit Lua]

Classes | Functions
gsNodes.h File Reference

Classes

class  gsLogicTree
 
class  gsILogicSocket
 
class  gsVariable
 
class  gsLogicNode
 

Functions

gkLogicTree * getLogicTree (const gkString &logicTreeName)
 
int getLogicTreeAmount ()
 
gkLogicTree * getLogicTreeAt (int at)
 
gkLogicTree * getCurrentLogicTree ()
 
gkLogicNode * getCurrentLogicNode ()
 
void enableLogicTreeDebug (bool enable)
 
gkString getLogicTreeDebugOutput ()
 
gkString getLogicTreeDebugOutputCompressed ()
 
bool isLogicTreeDebugging ()
 

Function Documentation

void enableLogicTreeDebug ( bool  enable)
gkLogicNode* getCurrentLogicNode ( )
gkLogicTree* getCurrentLogicTree ( )
gkLogicTree* getLogicTree ( const gkString &  logicTreeName)
int getLogicTreeAmount ( )
gkLogicTree* getLogicTreeAt ( int  at)
gkString getLogicTreeDebugOutput ( )
gkString getLogicTreeDebugOutputCompressed ( )
bool isLogicTreeDebugging ( )