Class BTNode
    Public
        Abstract
    
    Implements a simple behavior tree.
This is the base class for all nodes in the tree.
Public Methods
        
                Terminate
        
                (ctx)
    
                
                
                    Public
                
            
        
                Tick
        
                (ctx)
    
                
                
                    Public
                
            Private/Protected Members
        
                DoTick
        
                (ctx)
    
                
                
                    Protected
                        Abstract
                
            
        
                lastStatus
        
    
                
                
                    Protected
                
            
        
                OnInit
        
                (ctx)
    
                
                
                    Protected
                
            
        
                OnTerminate
        
                (ctx)
    
                
                
                    Protected