![]() |
TrinityCore
|
Include dependency graph for ScriptedGossip.cpp:Go to the source code of this file.
Functions | |
| uint32 | GetGossipSenderFor (Player *player, uint32 menuId) |
| uint32 | GetGossipActionFor (Player *player, uint32 gossipListId) |
| void | InitGossipMenuFor (Player *player, uint32 menuId) |
| void | ClearGossipMenuFor (Player *player) |
| void | AddGossipItemFor (Player *player, GossipOptionIcon icon, std::string const &text, uint32 sender, uint32 action) |
| void | AddGossipItemFor (Player *player, GossipOptionIcon icon, std::string const &text, uint32 sender, uint32 action, std::string const &popupText, uint32 popupMoney, bool coded) |
| void | AddGossipItemFor (Player *player, uint32 gossipMenuID, uint32 gossipMenuItemID, uint32 sender, uint32 action) |
| void | SendGossipMenuFor (Player *player, uint32 npcTextID, ObjectGuid const &guid) |
| void | SendGossipMenuFor (Player *player, uint32 npcTextID, Creature const *creature) |
| void | CloseGossipMenuFor (Player *player) |
| void AddGossipItemFor | ( | Player * | player, |
| GossipOptionIcon | icon, | ||
| std::string const & | text, | ||
| uint32 | sender, | ||
| uint32 | action | ||
| ) |
Definition at line 43 of file ScriptedGossip.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void AddGossipItemFor | ( | Player * | player, |
| GossipOptionIcon | icon, | ||
| std::string const & | text, | ||
| uint32 | sender, | ||
| uint32 | action, | ||
| std::string const & | popupText, | ||
| uint32 | popupMoney, | ||
| bool | coded | ||
| ) |
| void ClearGossipMenuFor | ( | Player * | player | ) |
Definition at line 37 of file ScriptedGossip.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void CloseGossipMenuFor | ( | Player * | player | ) |
Definition at line 71 of file ScriptedGossip.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 27 of file ScriptedGossip.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 32 of file ScriptedGossip.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void SendGossipMenuFor | ( | Player * | player, |
| uint32 | npcTextID, | ||
| ObjectGuid const & | guid | ||
| ) |
Definition at line 60 of file ScriptedGossip.cpp.
Here is the call graph for this function:
Here is the caller graph for this function: