AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
BurningPitchFilterCheck Class Reference

Public Member Functions

 BurningPitchFilterCheck (uint32 entry)
 
bool operator() (WorldObject *unit)
 

Private Attributes

uint32 _entry
 

Detailed Description

Constructor & Destructor Documentation

◆ BurningPitchFilterCheck()

BurningPitchFilterCheck::BurningPitchFilterCheck ( uint32  entry)
inline
2399: _entry(entry) {}
uint32 _entry
Definition boss_icecrown_gunship_battle.cpp:2409

Member Function Documentation

◆ operator()()

bool BurningPitchFilterCheck::operator() ( WorldObject unit)
inline
2402 {
2403 if (Transport* transport = unit->GetTransport())
2404 return transport->GetEntry() != _entry;
2405 return true;
2406 }
Definition Transport.h:30
Transport * GetTransport() const
Definition Object.h:598

References _entry, and WorldObject::GetTransport().

Member Data Documentation

◆ _entry

uint32 BurningPitchFilterCheck::_entry
private

Referenced by operator()().


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