Public Member Functions | |
process_event_data () | |
process_event_data (bool c, bool l, bool q) | |
process_event_data (const std::string &fname) | |
Public Attributes | |
bool | create |
bool | load |
bool | quit |
boost::optional< std::string > | filename |
Definition at line 97 of file multiplayer_create.hpp.
|
inline |
Definition at line 101 of file multiplayer_create.hpp.
|
inline |
Definition at line 104 of file multiplayer_create.hpp.
|
inline |
Definition at line 107 of file multiplayer_create.hpp.
bool mp::create::process_event_data::create |
Definition at line 98 of file multiplayer_create.hpp.
Referenced by mp::create::process_event(), and mp::create::process_event_impl().
boost::optional<std::string> mp::create::process_event_data::filename |
Definition at line 99 of file multiplayer_create.hpp.
Referenced by mp::create::process_event_impl().
bool mp::create::process_event_data::load |
Definition at line 98 of file multiplayer_create.hpp.
Referenced by mp::create::process_event(), and mp::create::process_event_impl().
bool mp::create::process_event_data::quit |
Definition at line 98 of file multiplayer_create.hpp.
Referenced by mp::create::process_event(), and mp::create::process_event_impl().