The message for MESSAGE_SHOW_HELPTIP. More...
#include <message.hpp>
Public Member Functions | |
tmessage_show_helptip (const std::string &message_, const tpoint &location_) | |
Public Attributes | |
const std::string | message |
The message to show on the helptip. More... | |
const tpoint | location |
The location where to show the helptip. More... | |
The message for MESSAGE_SHOW_HELPTIP.
Definition at line 68 of file message.hpp.
|
inline |
Definition at line 70 of file message.hpp.
const tpoint gui2::event::tmessage_show_helptip::location |
The location where to show the helptip.
Definition at line 79 of file message.hpp.
const std::string gui2::event::tmessage_show_helptip::message |
The message to show on the helptip.
Definition at line 76 of file message.hpp.