#include <playcampaign.hpp>
Public Member Functions | |
mp_game_metadata (wesnothd_connection &wdc) | |
Public Attributes | |
std::set< std::string > | connected_players |
players and observers More... | |
bool | is_host |
unsigned | current_turn |
bool | skip_replay |
bool | skip_replay_blindfolded |
wesnothd_connection & | connection |
Definition at line 27 of file playcampaign.hpp.
|
inline |
Definition at line 29 of file playcampaign.hpp.
std::set<std::string> mp_game_metadata::connected_players |
players and observers
Definition at line 40 of file playcampaign.hpp.
Referenced by campaign_controller::playmp_scenario().
wesnothd_connection& mp_game_metadata::connection |
Definition at line 45 of file playcampaign.hpp.
Referenced by playmp_controller::receive_from_wesnothd(), and playmp_controller::send_to_wesnothd().
unsigned mp_game_metadata::current_turn |
Definition at line 42 of file playcampaign.hpp.
Referenced by playmp_controller::play_network_turn().
bool mp_game_metadata::is_host |
Definition at line 41 of file playcampaign.hpp.
Referenced by playmp_controller::is_host(), campaign_controller::play_game(), and playmp_controller::process_network_data_impl().
bool mp_game_metadata::skip_replay |
Definition at line 43 of file playcampaign.hpp.
Referenced by campaign_controller::playmp_scenario().
bool mp_game_metadata::skip_replay_blindfolded |
Definition at line 44 of file playcampaign.hpp.
Referenced by campaign_controller::playmp_scenario().