20 #ifndef ANTKEEPER_AI_BT_STATUS_HPP
21 #define ANTKEEPER_AI_BT_STATUS_HPP
status
Behavior tree node return status enumerations.
@ success
Indicates a node's execution has succeeded.
@ failure
Indicates a node's execution has failed.
@ running
Indicates a node's execution has not finished.
Artificial intelligence (AI)