OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
ESM::StatState< T > Struct Template Reference

#include <stat.hpp>

Collaboration diagram for ESM::StatState< T >:

Public Member Functions

 StatState ()
 
void load (ESMReader &esm)
 
void save (ESMWriter &esm) const
 

Public Attributes

mBase
 
mMod
 
mCurrent
 
float mDamage
 
float mProgress
 

Constructor & Destructor Documentation

template<typename T >
ESM::StatState< T >::StatState ( )

Member Function Documentation

template<typename T >
void ESM::StatState< T >::load ( ESMReader esm)

Here is the call graph for this function:

Here is the caller graph for this function:

template<typename T >
void ESM::StatState< T >::save ( ESMWriter esm) const

Here is the call graph for this function:

Member Data Documentation

template<typename T>
T ESM::StatState< T >::mBase
template<typename T>
T ESM::StatState< T >::mCurrent
template<typename T>
float ESM::StatState< T >::mDamage
template<typename T>
T ESM::StatState< T >::mMod
template<typename T>
float ESM::StatState< T >::mProgress

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