OpenMW
Public Member Functions | Private Attributes
MWMechanics::AiTravel Class Reference

#include <aitravel.hpp>

List of all members.

Public Member Functions

 AiTravel (float x, float y, float z)
virtual AiTravelclone () const
virtual bool execute (const MWWorld::Ptr &actor, float duration)
virtual int getTypeId () const
 0: Wanter, 1 Travel, 2 Escort, 3 Follow, 4 Activate

Private Attributes

float mX
float mY
float mZ
int cellX
int cellY
PathFinder mPathFinder

Constructor & Destructor Documentation

MWMechanics::AiTravel::AiTravel ( float  x,
float  y,
float  z 
)

Member Function Documentation

AiTravel * MWMechanics::AiTravel::clone ( ) const [virtual]
bool MWMechanics::AiTravel::execute ( const MWWorld::Ptr actor,
float  duration 
) [virtual]
Returns:
Package completed?

Implements MWMechanics::AiPackage.

int MWMechanics::AiTravel::getTypeId ( ) const [virtual]

0: Wanter, 1 Travel, 2 Escort, 3 Follow, 4 Activate

Implements MWMechanics::AiPackage.


Member Data Documentation

float MWMechanics::AiTravel::mX [private]
float MWMechanics::AiTravel::mY [private]
float MWMechanics::AiTravel::mZ [private]

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