AI_Actor::StateStop Class Reference

#include <AI_Actor.h>

Inheritance diagram for AI_Actor::StateStop:

AI_State

List of all members.


Detailed Description

State stops actor (no mather what he was doing before).

Public Member Functions

 StateStop (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::StateStop::StateStop ( ai_index  i_index_out  )  [inline]


Member Function Documentation

ai_index AI_Actor::StateStop::step ( AI_StateMachine::Session ptr_session  )  [virtual]

Implements AI_State.

bool AI_Actor::StateStop::isInterrupt ( void   )  const [inline, virtual]

Return false (state is non-final by default).

Reimplemented from AI_State.


The documentation for this class was generated from the following files: