AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
npc_pallid_horror::FlameshockerCheck Struct Reference

Public Member Functions

bool operator() (Creature *creature)
 

Detailed Description

Member Function Documentation

◆ operator()()

bool npc_pallid_horror::FlameshockerCheck::operator() ( Creature creature)
inline
1041 {
1042 return !creature->IsCivilian() && creature->GetEntry() != NPC_FLAMESHOCKER;
1043 }
bool IsCivilian() const
Definition Creature.h:75
uint32 GetEntry() const
Definition Object.h:116
@ NPC_FLAMESHOCKER
Definition scourge_invasion.h:224

References Object::GetEntry(), Creature::IsCivilian(), and NPC_FLAMESHOCKER.


The documentation for this struct was generated from the following file: