TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
SanctumSentryCheck Class Reference

Public Member Functions

bool operator() (WorldObject *object) const
 

Member Function Documentation

bool SanctumSentryCheck::operator() ( WorldObject object) const
inline
483  {
484  if (object->GetEntry() == NPC_SANCTUM_SENTRY)
485  return false;
486 
487  return true;
488  }
Definition: boss_auriaya.cpp:50
uint32 GetEntry() const
Definition: Object.h:107

+ Here is the call graph for this function:


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