|
| | npc_icc_buff_switcher () |
| |
| bool | OnGossipSelect (Player *player, Creature *creature, uint32, uint32) override |
| |
| bool | IsDatabaseBound () const override |
| |
| virtual bool | OnGossipHello (Player *, Creature *) |
| |
| virtual bool | OnGossipSelectCode (Player *, Creature *, uint32, uint32, const char *) |
| |
| virtual bool | OnQuestAccept (Player *, Creature *, Quest const *) |
| |
| virtual bool | OnQuestSelect (Player *, Creature *, Quest const *) |
| |
| virtual bool | OnQuestComplete (Player *, Creature *, Quest const *) |
| |
| virtual bool | OnQuestReward (Player *, Creature *, Quest const *, uint32) |
| |
| virtual uint32 | GetDialogStatus (Player *, Creature *) |
| |
| virtual CreatureAI * | GetAI (Creature *) const |
| |
| virtual void | OnFfaPvpStateUpdate (Creature *, bool) |
| |
| virtual bool | isAfterLoadScript () const |
| |
| virtual void | checkValidity () |
| |
| const std::string & | GetName () const |
| |
| uint16 | GetTotalAvailableHooks () |
| |
| virtual void | OnUpdate (Creature *, uint32) |
| |
◆ npc_icc_buff_switcher()
| npc_icc_buff_switcher::npc_icc_buff_switcher |
( |
| ) |
|
|
inline |
Definition CreatureScript.h:25
◆ OnGossipSelect()
Reimplemented from CreatureScript.
3181 {
3183 {
3185 {
3188 return true;
3189 }
3194 {
3196 return true;
3197 }
3198 }
3199 return false;
3200 }
void CloseGossipMenuFor(Player *player)
Definition ScriptedGossip.cpp:56
void PSendSysMessage(std::string_view str, bool escapeCharacters=false)
Definition Chat.cpp:211
bool IsLeader(ObjectGuid guid) const
Definition Group.cpp:2351
bool isRaidGroup() const
Definition Group.cpp:2281
Definition InstanceScript.h:143
uint32 GetEntry() const
Definition Object.h:116
static ObjectGuid GetGUID(Object const *o)
Definition Object.h:113
WorldSession * GetSession() const
Definition Player.h:1998
Group * GetGroup()
Definition Player.h:2472
PlayerMenu * PlayerTalkClass
Definition Player.h:2243
InstanceScript * GetInstanceScript() const
Definition Object.cpp:1221
@ NPC_KING_VARIAN_WRYNN
Definition icecrown_citadel.h:174
@ NPC_GARROSH_HELLSCREAM
Definition icecrown_citadel.h:173
@ DATA_BUFF_AVAILABLE
Definition icecrown_citadel.h:136
References CloseGossipMenuFor(), DATA_BUFF_AVAILABLE, Object::GetEntry(), PlayerMenu::GetGossipMenu(), Player::GetGroup(), Object::GetGUID(), WorldObject::GetInstanceScript(), GossipMenu::GetMenuId(), Player::GetSession(), Group::IsLeader(), Group::isRaidGroup(), NPC_GARROSH_HELLSCREAM, NPC_KING_VARIAN_WRYNN, Player::PlayerTalkClass, and ChatHandler::PSendSysMessage().
The documentation for this class was generated from the following file: