Public Member Functions | |
msg (const time_t &time, const std::string &user, const std::string &message) | |
Public Attributes | |
time_t | time |
std::string | user |
std::string | message |
Definition at line 56 of file multiplayer_ui.hpp.
|
inline |
Definition at line 57 of file multiplayer_ui.hpp.
std::string mp::chat::msg::message |
Definition at line 61 of file multiplayer_ui.hpp.
Referenced by mp::chat::color_message(), and mp::chat::format_message().
time_t mp::chat::msg::time |
Definition at line 59 of file multiplayer_ui.hpp.
Referenced by mp::chat::format_message().
std::string mp::chat::msg::user |
Definition at line 60 of file multiplayer_ui.hpp.
Referenced by mp::chat::color_message(), and mp::chat::format_message().