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
Namespaces | Enumerations | Functions | Variables
PFConsts.h File Reference

User editable constants to finetune the pathfinder's capabilities. More...

Go to the source code of this file.

Namespaces

 OpenSkyNet
 
 OpenSkyNet::PF
 All Pathfinding classes and constants.
 

Enumerations

enum  OpenSkyNet::PF::RESULT {
  OpenSkyNet::PF::FAILURE, OpenSkyNet::PF::DRIVER_NOT_IN_RANGE, OpenSkyNet::PF::TARGET_NOT_IN_RANGE, OpenSkyNet::PF::PF_UNFINISHED,
  OpenSkyNet::PF::PATH_NOT_FOUND, OpenSkyNet::PF::SUCCESS
}
 

Functions

bool OpenSkyNet::PF::isSuccessful (RESULT result_)
 

Variables

const double OpenSkyNet::PF::MAX_SECONDS_WITH_SAME_BIN = 5.0
 
const Utils::uint OpenSkyNet::PF::MAX_BFS_PATH_STEPS = 19
 
const float OpenSkyNet::PF::MAX_DESIRED_TARGET_DISTANCE = 5.0f
 

Detailed Description

User editable constants to finetune the pathfinder's capabilities.