The Battle for Wesnoth  1.19.0-dev
Public Member Functions | Public Attributes | List of all members
tod_manager::area_time_of_day Struct Reference

Public Member Functions

 area_time_of_day ()
 

Public Attributes

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

Detailed Description

Definition at line 242 of file tod_manager.hpp.

Constructor & Destructor Documentation

◆ area_time_of_day()

tod_manager::area_time_of_day::area_time_of_day ( )
inline

Definition at line 243 of file tod_manager.hpp.

Member Data Documentation

◆ currentTime

int tod_manager::area_time_of_day::currentTime

◆ hexes

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

Definition at line 255 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 253 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 252 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 252 of file tod_manager.hpp.

Referenced by tod_manager::add_time_area().


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