![]() |
Dragonfly 4.22
A text-based game engine
|

Public Member Functions | |
| Event () | |
| virtual | ~Event () |
| void | setType (std::string new_type) |
| std::string | getType () const |
Private Attributes | |
| std::string | m_event_type |
| df::Event::Event | ( | ) |
Create base event.
|
virtual |
Destructor.
| std::string df::Event::getType | ( | ) | const |
Get event type.
| void df::Event::setType | ( | std::string | new_type | ) |
Set event type.
|
private |
Holds event type.