|
Mana
|
Public Member Functions | |
| void | event (Event::Channel channel, const Event &event) override |
| NpcDialog * | getDialog (int id, bool make=true) |
| void | removeDialog (int id) |
Public Member Functions inherited from EventListener | |
| virtual | ~EventListener () |
| void | listen (Event::Channel channel) |
| void | ignore (Event::Channel channel) |
Private Attributes | |
| std::map< int, NpcDialog * > | mNpcDialogs |
Definition at line 54 of file npcdialog.cpp.
|
overridevirtual |
Implements EventListener.
Definition at line 491 of file npcdialog.cpp.
| NpcDialog * NpcEventListener::getDialog | ( | int | id, |
| bool | make = true |
||
| ) |
Definition at line 575 of file npcdialog.cpp.
| void NpcEventListener::removeDialog | ( | int | id | ) |
Definition at line 597 of file npcdialog.cpp.
|
private |
Definition at line 64 of file npcdialog.cpp.