Public Attributes | |
std::string | game_name |
int | reload |
std::string | game_start |
std::string | scenario_name |
std::string | scenario_id |
std::string | era_name |
std::string | era_id |
std::vector< player > | players |
std::vector< std::string > | modification_names |
std::vector< std::string > | modification_ids |
std::string | replay_url |
Definition at line 32 of file game_history.hpp.
std::string game_history::result::era_id |
Definition at line 40 of file game_history.hpp.
std::string game_history::result::era_name |
Definition at line 39 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 36 of file game_history.hpp.
std::vector<std::string> game_history::result::modification_ids |
Definition at line 43 of file game_history.hpp.
std::vector<std::string> game_history::result::modification_names |
Definition at line 42 of file game_history.hpp.
std::vector<player> game_history::result::players |
Definition at line 41 of file game_history.hpp.
int game_history::result::reload |
Definition at line 35 of file game_history.hpp.
std::string game_history::result::replay_url |
Definition at line 44 of file game_history.hpp.
std::string game_history::result::scenario_id |
Definition at line 38 of file game_history.hpp.
std::string game_history::result::scenario_name |
Definition at line 37 of file game_history.hpp.