OpenMW
Classes | Namespaces | Functions
apps/openmw/mwmechanics/stat.hpp File Reference
#include <limits>

Go to the source code of this file.

Classes

class  MWMechanics::Stat< T >
class  MWMechanics::DynamicStat< T >

Namespaces

namespace  MWMechanics
 

Game mechanics and NPC-AI.


Functions

template<typename T >
bool MWMechanics::operator== (const Stat< T > &left, const Stat< T > &right)
template<typename T >
bool MWMechanics::operator!= (const Stat< T > &left, const Stat< T > &right)
template<typename T >
bool MWMechanics::operator== (const DynamicStat< T > &left, const DynamicStat< T > &right)
template<typename T >
bool MWMechanics::operator!= (const DynamicStat< T > &left, const DynamicStat< T > &right)