![]() |
TrinityCore
|
| void ObjectAccessor::AddObject | ( | Player * | player | ) |
| void ObjectAccessor::AddObject | ( | T * | object | ) |
Definition at line 88 of file ObjectAccessor.h.
Here is the call graph for this function:
Here is the caller graph for this function:| Player * ObjectAccessor::FindConnectedPlayer | ( | ObjectGuid const & | guid | ) |
Definition at line 257 of file ObjectAccessor.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| Player * ObjectAccessor::FindConnectedPlayerByName | ( | std::string_view | name | ) |
Definition at line 262 of file ObjectAccessor.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| Player * ObjectAccessor::FindPlayer | ( | ObjectGuid const & | guid | ) |
Definition at line 236 of file ObjectAccessor.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| Player * ObjectAccessor::FindPlayerByLowGUID | ( | ObjectGuid::LowType | lowguid | ) |
Definition at line 251 of file ObjectAccessor.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| Player * ObjectAccessor::FindPlayerByName | ( | std::string_view | name | ) |
Definition at line 242 of file ObjectAccessor.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| Corpse * ObjectAccessor::GetCorpse | ( | WorldObject const & | u, |
| ObjectGuid const & | guid | ||
| ) |
Definition at line 167 of file ObjectAccessor.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| Creature * ObjectAccessor::GetCreature | ( | WorldObject const & | u, |
| ObjectGuid const & | guid | ||
| ) |
| Creature * ObjectAccessor::GetCreatureOrPetOrVehicle | ( | WorldObject const & | u, |
| ObjectGuid const & | guid | ||
| ) |
Definition at line 225 of file ObjectAccessor.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| DynamicObject * ObjectAccessor::GetDynamicObject | ( | WorldObject const & | u, |
| ObjectGuid const & | guid | ||
| ) |
Definition at line 182 of file ObjectAccessor.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| GameObject * ObjectAccessor::GetGameObject | ( | WorldObject const & | u, |
| ObjectGuid const & | guid | ||
| ) |
Definition at line 172 of file ObjectAccessor.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| Object * ObjectAccessor::GetObjectByTypeMask | ( | WorldObject const & | p, |
| ObjectGuid const & | guid, | ||
| uint32 | typemask | ||
| ) |
Definition at line 127 of file ObjectAccessor.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| Pet * ObjectAccessor::GetPet | ( | WorldObject const & | u, |
| ObjectGuid const & | guid | ||
| ) |
Definition at line 206 of file ObjectAccessor.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| Player * ObjectAccessor::GetPlayer | ( | Map const * | m, |
| ObjectGuid const & | guid | ||
| ) |
| Player * ObjectAccessor::GetPlayer | ( | WorldObject const & | u, |
| ObjectGuid const & | guid | ||
| ) |
| HashMapHolder< Player >::MapType const & ObjectAccessor::GetPlayers | ( | ) |
Definition at line 76 of file ObjectAccessor.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| Transport * ObjectAccessor::GetTransport | ( | WorldObject const & | u, |
| ObjectGuid const & | guid | ||
| ) |
Definition at line 177 of file ObjectAccessor.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| Unit * ObjectAccessor::GetUnit | ( | WorldObject const & | u, |
| ObjectGuid const & | guid | ||
| ) |
| WorldObject * ObjectAccessor::GetWorldObject | ( | WorldObject const & | p, |
| ObjectGuid const & | guid | ||
| ) |
Definition at line 110 of file ObjectAccessor.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void ObjectAccessor::RemoveObject | ( | Player * | player | ) |
| void ObjectAccessor::RemoveObject | ( | T * | object | ) |
Definition at line 94 of file ObjectAccessor.h.
Here is the call graph for this function:
Here is the caller graph for this function:| void ObjectAccessor::SaveAllPlayers | ( | ) |
Definition at line 267 of file ObjectAccessor.cpp.
Here is the call graph for this function:
Here is the caller graph for this function: