![]() |
TrinityCore
|
| void ObjectAccessor::AddObject | ( | Player * | player | ) |
| void ObjectAccessor::AddObject | ( | 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:| Player * ObjectAccessor::FindConnectedPlayer | ( | ObjectGuid const & | guid | ) |
Definition at line 276 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 281 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 255 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 270 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 261 of file ObjectAccessor.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| AreaTrigger * ObjectAccessor::GetAreaTrigger | ( | WorldObject const & | u, |
| ObjectGuid const & | guid | ||
| ) |
Definition at line 194 of file ObjectAccessor.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| Conversation * ObjectAccessor::GetConversation | ( | WorldObject const & | u, |
| ObjectGuid const & | guid | ||
| ) |
Definition at line 204 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 174 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 244 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 189 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 179 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 121 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 225 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 | ||
| ) |
Definition at line 230 of file ObjectAccessor.cpp.
| Player * ObjectAccessor::GetPlayer | ( | WorldObject const & | u, |
| ObjectGuid const & | guid | ||
| ) |
| HashMapHolder< Player >::MapType const & ObjectAccessor::GetPlayers | ( | ) |
Definition at line 286 of file ObjectAccessor.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| SceneObject * ObjectAccessor::GetSceneObject | ( | WorldObject const & | u, |
| ObjectGuid const & | guid | ||
| ) |
Definition at line 199 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 184 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 102 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 100 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 291 of file ObjectAccessor.cpp.
Here is the call graph for this function:
Here is the caller graph for this function: