AI_Actor::StateAct Class Reference
#include <AI_Actor.h>
Inheritance diagram for AI_Actor::StateAct:
Detailed Description
State directly sets the act of an actor.Public Member Functions | |
StateAct (ACT i_act, ai_index i_index_out) | |
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::StateAct::StateAct | ( | ACT | i_act, | |
ai_index | i_index_out | |||
) | [inline] |
Member Function Documentation
ai_index AI_Actor::StateAct::step | ( | AI_StateMachine::Session * | ptr_session | ) | [virtual] |
Implements AI_State.
bool AI_Actor::StateAct::isInterrupt | ( | void | ) | const [inline, virtual] |
The documentation for this class was generated from the following files: