Executes a child node and returns its inverted status. If the child returns status::success
, then status::failure
will be returned. Otherwise if the child returns status::failure
, then status::success
will be returned.
More...
#include <node.hpp>
template<class T>
struct ai::bt::inverter< T >
Executes a child node and returns its inverted status. If the child returns status::success
, then status::failure
will be returned. Otherwise if the child returns status::failure
, then status::success
will be returned.
Definition at line 86 of file node.hpp.
◆ execute()
The documentation for this struct was generated from the following file: