AI_Actor::StateIsFeedback Class Reference
#include <AI_Actor.h>
Inheritance diagram for AI_Actor::StateIsFeedback:

Detailed Description
State checks user feedback.Public Member Functions | |
| StateIsFeedback (FEEDBACK dw_feedback, ai_index i_index_true, ai_index i_index_false) | |
| virtual ai_index | step (AI_StateMachine::Session *ptr_session) |
| virtual bool | isInterrupt (void) const |
| Return false (state is non-final by default). | |
Constructor & Destructor Documentation
| AI_Actor::StateIsFeedback::StateIsFeedback | ( | FEEDBACK | dw_feedback, | |
| ai_index | i_index_true, | |||
| ai_index | i_index_false | |||
| ) | [inline] |
Member Function Documentation
| ai_index AI_Actor::StateIsFeedback::step | ( | AI_StateMachine::Session * | ptr_session | ) | [virtual] |
Implements AI_State.
| bool AI_Actor::StateIsFeedback::isInterrupt | ( | void | ) | const [inline, virtual] |
The documentation for this class was generated from the following files:
