◆ AbominationDespawner()
| AbominationDespawner::AbominationDespawner |
( |
Unit * |
owner | ) |
|
|
inlineexplicit |
Unit * _owner
Definition boss_professor_putricide.cpp:181
◆ operator()()
| bool AbominationDespawner::operator() |
( |
ObjectGuid |
guid | ) |
|
|
inline |
160 {
162 {
164 {
165 if (
Vehicle* veh = summon->GetVehicleKit())
166 veh->RemoveAllPassengers();
167
168
169 return true;
170 }
171
172
173 return false;
174 }
175
176
177 return true;
178 }
@ NPC_MUTATED_ABOMINATION_25
Definition icecrown_citadel.h:284
@ NPC_MUTATED_ABOMINATION_10
Definition icecrown_citadel.h:283
Unit * GetUnit(WorldObject const &, ObjectGuid const &guid)
Definition ObjectAccessor.cpp:223
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: