◆ AbominationDespawner()
AbominationDespawner::AbominationDespawner |
( |
Unit * |
owner | ) |
|
|
inlineexplicit |
Unit * _owner
Definition boss_professor_putricide.cpp:179
◆ operator()()
bool AbominationDespawner::operator() |
( |
ObjectGuid |
guid | ) |
|
|
inline |
158 {
160 {
162 {
163 if (
Vehicle* veh = summon->GetVehicleKit())
164 veh->RemoveAllPassengers();
165
166
167 return true;
168 }
169
170
171 return false;
172 }
173
174
175 return true;
176 }
@ NPC_MUTATED_ABOMINATION_25
Definition icecrown_citadel.h:271
@ NPC_MUTATED_ABOMINATION_10
Definition icecrown_citadel.h:270
Unit * GetUnit(WorldObject const &, ObjectGuid const guid)
Definition ObjectAccessor.cpp:199
References _owner, ObjectAccessor::GetUnit(), NPC_MUTATED_ABOMINATION_10, and NPC_MUTATED_ABOMINATION_25.
◆ _owner
Unit* AbominationDespawner::_owner |
|
private |
The documentation for this class was generated from the following file: