OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
anonymous_namespace{weatherstate.cpp} Namespace Reference

Variables

const char * currentRegionRecord = "CREG"
 
const char * timePassedRecord = "TMPS"
 
const char * fastForwardRecord = "FAST"
 
const char * weatherUpdateTimeRecord = "WUPD"
 
const char * transitionFactorRecord = "TRFC"
 
const char * currentWeatherRecord = "CWTH"
 
const char * nextWeatherRecord = "NWTH"
 
const char * queuedWeatherRecord = "QWTH"
 
const char * regionNameRecord = "RGNN"
 
const char * regionWeatherRecord = "RGNW"
 
const char * regionChanceRecord = "RGNC"
 

Variable Documentation

const char* anonymous_namespace{weatherstate.cpp}::currentRegionRecord = "CREG"
const char* anonymous_namespace{weatherstate.cpp}::currentWeatherRecord = "CWTH"
const char* anonymous_namespace{weatherstate.cpp}::fastForwardRecord = "FAST"
const char* anonymous_namespace{weatherstate.cpp}::nextWeatherRecord = "NWTH"
const char* anonymous_namespace{weatherstate.cpp}::queuedWeatherRecord = "QWTH"
const char* anonymous_namespace{weatherstate.cpp}::regionChanceRecord = "RGNC"
const char* anonymous_namespace{weatherstate.cpp}::regionNameRecord = "RGNN"
const char* anonymous_namespace{weatherstate.cpp}::regionWeatherRecord = "RGNW"
const char* anonymous_namespace{weatherstate.cpp}::timePassedRecord = "TMPS"
const char* anonymous_namespace{weatherstate.cpp}::transitionFactorRecord = "TRFC"
const char* anonymous_namespace{weatherstate.cpp}::weatherUpdateTimeRecord = "WUPD"