AI Toolkit
|
Negate node, will return the opposite of the child node. More...
#include <behtree.hpp>
Public Member Functions | |
template<node_trait< T > N> | |
neg (N &&child) | |
virtual execution_state | evaluate (T &blackboard) const override |
Public Member Functions inherited from aitoolkit::bt::node< T > | |
node (const node &)=delete | |
node (node &&other) | |
Additional Inherited Members | |
Protected Attributes inherited from aitoolkit::bt::node< T > | |
std::vector< std::unique_ptr< node< T > > > | m_children |
Negate node, will return the opposite of the child node.
|
inlineoverridevirtual |
Implements aitoolkit::bt::node< T >.