Tactics: Western Philosophers Vs. Musicians  0.12
A turn-based tactical game combining rules and gameplay elements inspired by Final Fantasy Tactics and the Mayfair Exponential Game System. Unlike most games of this type, motion is in full, grid-less 3D.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Public Attributes | List of all members
OpenSkyNet::Core::PathFinder::PathFinderInfo Struct Reference

#include <CPathFinder.h>

Inheritance diagram for OpenSkyNet::Core::PathFinder::PathFinderInfo:
OpenSkyNet::Core::Updater::UpdateInfo

Public Types

enum  STATUS { NO, NO_BUT_DONT_PF_AGAIN_YET, YES }
 

Public Member Functions

 PathFinderInfo (Updater::OBJECT_PRIORITY prio_=Updater::OBJ_DISABLED, bool isOneShot_=false)
 
- Public Member Functions inherited from OpenSkyNet::Core::Updater::UpdateInfo
 UpdateInfo (OBJECT_PRIORITY prio_=OBJ_DISABLED, bool isOneShot_=false)
 
virtual ~UpdateInfo ()
 

Public Attributes

PF::Manager _pFManager
 
Object_target
 
Math::Path_path
 
Math::Point _drivPos
 
Math::Point _targPos
 
std::vector< Math::Point< int > > _drivBins
 
std::vector< Math::Point< int > > _targBins
 
PF::Manager::ALGORITHM _algo
 
bool _createSpline
 
bool _resetPFVars
 
bool _assignToDriver
 
double _secsAllottedPerUpdate
 
STATUS _inProgress
 
- Public Attributes inherited from OpenSkyNet::Core::Updater::UpdateInfo
OBJECT_PRIORITY _prio
 
OBJECT_PRIORITY _prevPrio
 
float _prevUpdateTimeAfterReset
 
bool _isOneShot
 

Member Enumeration Documentation

Enumerator
NO 
NO_BUT_DONT_PF_AGAIN_YET 
YES 

Constructor & Destructor Documentation

PathFinder::PathFinderInfo::PathFinderInfo ( Updater::OBJECT_PRIORITY  prio_ = Updater::OBJ_DISABLED,
bool  isOneShot_ = false 
)

Member Data Documentation

PF::Manager::ALGORITHM OpenSkyNet::Core::PathFinder::PathFinderInfo::_algo
bool OpenSkyNet::Core::PathFinder::PathFinderInfo::_assignToDriver
bool OpenSkyNet::Core::PathFinder::PathFinderInfo::_createSpline
std::vector<Math::Point<int> > OpenSkyNet::Core::PathFinder::PathFinderInfo::_drivBins
Math::Point OpenSkyNet::Core::PathFinder::PathFinderInfo::_drivPos
STATUS OpenSkyNet::Core::PathFinder::PathFinderInfo::_inProgress
Math::Path* OpenSkyNet::Core::PathFinder::PathFinderInfo::_path
PF::Manager OpenSkyNet::Core::PathFinder::PathFinderInfo::_pFManager
bool OpenSkyNet::Core::PathFinder::PathFinderInfo::_resetPFVars
double OpenSkyNet::Core::PathFinder::PathFinderInfo::_secsAllottedPerUpdate
std::vector<Math::Point<int> > OpenSkyNet::Core::PathFinder::PathFinderInfo::_targBins
Object* OpenSkyNet::Core::PathFinder::PathFinderInfo::_target
Math::Point OpenSkyNet::Core::PathFinder::PathFinderInfo::_targPos

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