![]() |
Botcraft 1.21.4
|
#include <BehaviourTree.hpp>
Public Member Functions | |
virtual | ~Node () |
Status | Tick (Context &context) const |
![]() | |
BaseNode (const std::string &name_) | |
virtual | ~BaseNode () |
virtual BehaviourNodeType | GetNodeType () const =0 |
virtual size_t | GetNumChildren () const =0 |
virtual const BaseNode * | GetChild (const size_t index) const =0 |
std::string | GetFullDescriptor () const |
const std::string & | GetName () const |
std::string | GetClassName () const |
Protected Member Functions | |
virtual Status | TickImpl (Context &context) const =0 |
Private Member Functions | |
BaseNode (const std::string &name_) | |
Additional Inherited Members | |
![]() | |
const std::string | name |
Definition at line 28 of file BehaviourTree.hpp.
|
inlinevirtual |
Definition at line 32 of file BehaviourTree.hpp.
|
private |
Definition at line 18 of file BaseNode.cpp.
|
inline |
Definition at line 33 of file BehaviourTree.hpp.
References Botcraft::Node< Context >::TickImpl().
|
protectedpure virtual |