![]() |
TrinityCore
|
#include <UpdateFields.h>
Inheritance diagram for UF::NPCAsPlayerInfo:Public Types | |
| using | OwnerObject = Player |
Public Member Functions | |
| void | WriteCreate (ByteBuffer &data, Player const *receiver, Player const *owner) const |
| void | WriteUpdate (bool ignoreChangesMask, ByteBuffer &data, Player const *receiver, Player const *owner) const |
| bool | operator== (NPCAsPlayerInfo const &right) const |
| bool | operator!= (NPCAsPlayerInfo const &right) const |
Public Attributes | |
| int32 | Field_0 = 0 |
| int32 | CharacterLoadoutID = 0 |
| int32 | CreatureID = 0 |
| TaggedPosition< Position::XYZ > | LocWorldSpace |
| float | FacingWorldSpace = 0.0f |
| ObjectGuid | TransportGUID |
Definition at line 593 of file UpdateFields.h.
Definition at line 602 of file UpdateFields.h.
|
inline |
Definition at line 606 of file UpdateFields.h.
| bool UF::NPCAsPlayerInfo::operator== | ( | NPCAsPlayerInfo const & | right | ) | const |
Definition at line 2551 of file UpdateFields.cpp.
| void UF::NPCAsPlayerInfo::WriteCreate | ( | ByteBuffer & | data, |
| Player const * | receiver, | ||
| Player const * | owner | ||
| ) | const |
Definition at line 2531 of file UpdateFields.cpp.
| void UF::NPCAsPlayerInfo::WriteUpdate | ( | bool | ignoreChangesMask, |
| ByteBuffer & | data, | ||
| Player const * | receiver, | ||
| Player const * | owner | ||
| ) | const |
Definition at line 2541 of file UpdateFields.cpp.
| int32 UF::NPCAsPlayerInfo::CharacterLoadoutID = 0 |
Definition at line 596 of file UpdateFields.h.
| int32 UF::NPCAsPlayerInfo::CreatureID = 0 |
Definition at line 597 of file UpdateFields.h.
| float UF::NPCAsPlayerInfo::FacingWorldSpace = 0.0f |
Definition at line 599 of file UpdateFields.h.
| int32 UF::NPCAsPlayerInfo::Field_0 = 0 |
Definition at line 595 of file UpdateFields.h.
| TaggedPosition<Position::XYZ> UF::NPCAsPlayerInfo::LocWorldSpace |
Definition at line 598 of file UpdateFields.h.
| ObjectGuid UF::NPCAsPlayerInfo::TransportGUID |
Definition at line 600 of file UpdateFields.h.