Dragonfly 4.20
A text-based game engine
|
Public Member Functions | |
EventPath (Path path) | |
void | setResult (SearchResult new_result) |
SearchResult | getResult () const |
void | setPath (Path new_path) |
Path | getPath () const |
Public Member Functions inherited from df::Event | |
Event () | |
virtual | ~Event () |
void | setType (std::string new_type) |
std::string | getType () const |
Private Attributes | |
SearchResult | m_result |
Path | m_path |
|
private |
Result of search.