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::WeatherState Struct Reference

#include <weatherstate.hpp>

Collaboration diagram for ESM::WeatherState:

Public Member Functions

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

Public Attributes

std::string mCurrentRegion
 
float mTimePassed
 
bool mFastForward
 
float mWeatherUpdateTime
 
float mTransitionFactor
 
int mCurrentWeather
 
int mNextWeather
 
int mQueuedWeather
 
std::map< std::string,
RegionWeatherState
mRegions
 

Member Function Documentation

void ESM::WeatherState::load ( ESMReader esm)

Here is the call graph for this function:

Here is the caller graph for this function:

void ESM::WeatherState::save ( ESMWriter esm) const

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

std::string ESM::WeatherState::mCurrentRegion
int ESM::WeatherState::mCurrentWeather
bool ESM::WeatherState::mFastForward
int ESM::WeatherState::mNextWeather
int ESM::WeatherState::mQueuedWeather
std::map<std::string, RegionWeatherState> ESM::WeatherState::mRegions
float ESM::WeatherState::mTimePassed
float ESM::WeatherState::mTransitionFactor
float ESM::WeatherState::mWeatherUpdateTime

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