Public Attributes | |
std::string | game_name |
std::string | game_start |
std::string | scenario_name |
std::string | era_name |
std::vector< player > | players |
std::vector< std::string > | modification_names |
std::string | replay_url |
std::string | version |
Definition at line 32 of file game_history.hpp.
std::string game_history::result::era_name |
Definition at line 37 of file game_history.hpp.
std::string game_history::result::game_name |
Definition at line 34 of file game_history.hpp.
std::string game_history::result::game_start |
Definition at line 35 of file game_history.hpp.
std::vector<std::string> game_history::result::modification_names |
Definition at line 39 of file game_history.hpp.
std::vector<player> game_history::result::players |
Definition at line 38 of file game_history.hpp.
std::string game_history::result::replay_url |
Definition at line 40 of file game_history.hpp.
std::string game_history::result::scenario_name |
Definition at line 36 of file game_history.hpp.
std::string game_history::result::version |
Definition at line 41 of file game_history.hpp.