![]() |
TrinityCore
|
#include <UpdateFields.h>
Inheritance diagram for UF::WalkInData: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== (WalkInData const &right) const |
| bool | operator!= (WalkInData const &right) const |
Public Attributes | |
| int32 | MapID = 0 |
| int64 | InstanceID = 0 |
| uint32 | WalkInInstanceType = 0 |
| ObjectGuid | WalkInPartyGUID |
Definition at line 1151 of file UpdateFields.h.
| using UF::WalkInData::OwnerObject = Player |
Definition at line 1158 of file UpdateFields.h.
|
inline |
Definition at line 1162 of file UpdateFields.h.
| bool UF::WalkInData::operator== | ( | WalkInData const & | right | ) | const |
Definition at line 4919 of file UpdateFields.cpp.
| void UF::WalkInData::WriteCreate | ( | ByteBuffer & | data, |
| Player const * | receiver, | ||
| Player const * | owner | ||
| ) | const |
Definition at line 4901 of file UpdateFields.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void UF::WalkInData::WriteUpdate | ( | bool | ignoreChangesMask, |
| ByteBuffer & | data, | ||
| Player const * | receiver, | ||
| Player const * | owner | ||
| ) | const |
Definition at line 4910 of file UpdateFields.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| int64 UF::WalkInData::InstanceID = 0 |
Definition at line 1154 of file UpdateFields.h.
| int32 UF::WalkInData::MapID = 0 |
Definition at line 1153 of file UpdateFields.h.
| uint32 UF::WalkInData::WalkInInstanceType = 0 |
Definition at line 1155 of file UpdateFields.h.
| ObjectGuid UF::WalkInData::WalkInPartyGUID |
Definition at line 1156 of file UpdateFields.h.