The Battle for Wesnoth  1.19.14+dev
Public Attributes | List of all members
tod_manager::area_time_of_day Struct Reference

Public Attributes

std::string xsrc
 
std::string ysrc
 
std::string id
 
std::vector< time_of_daytimes
 
std::set< map_locationhexes
 
int currentTime {0}
 

Detailed Description

Definition at line 244 of file tod_manager.hpp.

Member Data Documentation

◆ currentTime

int tod_manager::area_time_of_day::currentTime {0}

◆ hexes

std::set<map_location> tod_manager::area_time_of_day::hexes

Definition at line 248 of file tod_manager.hpp.

Referenced by tod_manager::add_time_area().

◆ id

std::string tod_manager::area_time_of_day::id

Definition at line 246 of file tod_manager.hpp.

Referenced by tod_manager::add_time_area().

◆ times

std::vector<time_of_day> tod_manager::area_time_of_day::times

◆ xsrc

std::string tod_manager::area_time_of_day::xsrc

Definition at line 245 of file tod_manager.hpp.

Referenced by tod_manager::add_time_area().

◆ ysrc

std::string tod_manager::area_time_of_day::ysrc

Definition at line 245 of file tod_manager.hpp.

Referenced by tod_manager::add_time_area().


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