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 Member Functions | Public Attributes | List of all members
OpenSkyNet::Core::CollisionDetector::ColInfo Struct Reference

#include <CCollisionDetector.h>

Inheritance diagram for OpenSkyNet::Core::CollisionDetector::ColInfo:
OpenSkyNet::Core::Updater::UpdateInfo

Public Member Functions

 ColInfo (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

bool _doCalculate
 
bool _isInGrid
 
bool _doSweepTests
 
bool _doAllowPostUpdateCollisions
 
float _secsLeftToCalc
 
Utils::uint _numCollisions
 
std::set< Object * > _colliders
 
std::set< Object * > _prevColliders
 
- Public Attributes inherited from OpenSkyNet::Core::Updater::UpdateInfo
OBJECT_PRIORITY _prio
 
OBJECT_PRIORITY _prevPrio
 
float _prevUpdateTimeAfterReset
 
bool _isOneShot
 

Constructor & Destructor Documentation

OpenSkyNet::Core::CollisionDetector::ColInfo::ColInfo ( Updater::OBJECT_PRIORITY  prio_ = Updater::OBJ_DISABLED,
bool  isOneShot_ = false 
)
inline

Member Data Documentation

std::set<Object*> OpenSkyNet::Core::CollisionDetector::ColInfo::_colliders
bool OpenSkyNet::Core::CollisionDetector::ColInfo::_doAllowPostUpdateCollisions
bool OpenSkyNet::Core::CollisionDetector::ColInfo::_doCalculate
bool OpenSkyNet::Core::CollisionDetector::ColInfo::_doSweepTests
bool OpenSkyNet::Core::CollisionDetector::ColInfo::_isInGrid
Utils::uint OpenSkyNet::Core::CollisionDetector::ColInfo::_numCollisions
std::set<Object*> OpenSkyNet::Core::CollisionDetector::ColInfo::_prevColliders
float OpenSkyNet::Core::CollisionDetector::ColInfo::_secsLeftToCalc

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