|
Mana
|
This is the complete list of members for Net::NpcHandler, including all inherited members.
| buy(int beingId)=0 | Net::NpcHandler | pure virtual |
| buyItem(int beingId, int itemId, int amount)=0 | Net::NpcHandler | pure virtual |
| closeDialog(int npcId)=0 | Net::NpcHandler | pure virtual |
| endShopping(int beingId)=0 | Net::NpcHandler | pure virtual |
| integerInput(int npcId, int value)=0 | Net::NpcHandler | pure virtual |
| menuSelect(int npcId, int choice)=0 | Net::NpcHandler | pure virtual |
| nextDialog(int npcId)=0 | Net::NpcHandler | pure virtual |
| sell(int beingId)=0 | Net::NpcHandler | pure virtual |
| sellItem(int beingId, int itemId, int amount)=0 | Net::NpcHandler | pure virtual |
| sendLetter(int npcId, const std::string &recipient, const std::string &text)=0 | Net::NpcHandler | pure virtual |
| startShopping(int beingId)=0 | Net::NpcHandler | pure virtual |
| stringInput(int npcId, const std::string &value)=0 | Net::NpcHandler | pure virtual |
| talk(int npcId)=0 | Net::NpcHandler | pure virtual |
| ~NpcHandler() | Net::NpcHandler | inlinevirtual |