![]() |
TrinityCore
|
#include <UpdateFields.h>
Inheritance diagram for UF::LeaverInfo: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== (LeaverInfo const &right) const |
| bool | operator!= (LeaverInfo const &right) const |
Public Attributes | |
| bool | IsLeaver = false |
| ObjectGuid | BnetAccountGUID |
| float | LeaveScore = 0.0f |
| uint32 | SeasonID = 0 |
| uint32 | TotalLeaves = 0 |
| uint32 | TotalSuccesses = 0 |
| int32 | ConsecutiveSuccesses = 0 |
| int64 | LastPenaltyTime = 0 |
| int64 | LeaverExpirationTime = 0 |
| int32 | Flags = 0 |
Definition at line 549 of file UpdateFields.h.
| using UF::LeaverInfo::OwnerObject = Player |
Definition at line 562 of file UpdateFields.h.
|
inline |
Definition at line 566 of file UpdateFields.h.
| bool UF::LeaverInfo::operator== | ( | LeaverInfo const & | right | ) | const |
Definition at line 2411 of file UpdateFields.cpp.
| void UF::LeaverInfo::WriteCreate | ( | ByteBuffer & | data, |
| Player const * | receiver, | ||
| Player const * | owner | ||
| ) | const |
Definition at line 2380 of file UpdateFields.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void UF::LeaverInfo::WriteUpdate | ( | bool | ignoreChangesMask, |
| ByteBuffer & | data, | ||
| Player const * | receiver, | ||
| Player const * | owner | ||
| ) | const |
Definition at line 2395 of file UpdateFields.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| ObjectGuid UF::LeaverInfo::BnetAccountGUID |
Definition at line 552 of file UpdateFields.h.
| int32 UF::LeaverInfo::ConsecutiveSuccesses = 0 |
Definition at line 557 of file UpdateFields.h.
| int32 UF::LeaverInfo::Flags = 0 |
Definition at line 560 of file UpdateFields.h.
| bool UF::LeaverInfo::IsLeaver = false |
Definition at line 551 of file UpdateFields.h.
| int64 UF::LeaverInfo::LastPenaltyTime = 0 |
Definition at line 558 of file UpdateFields.h.
| int64 UF::LeaverInfo::LeaverExpirationTime = 0 |
Definition at line 559 of file UpdateFields.h.
| float UF::LeaverInfo::LeaveScore = 0.0f |
Definition at line 553 of file UpdateFields.h.
| uint32 UF::LeaverInfo::SeasonID = 0 |
Definition at line 554 of file UpdateFields.h.
| uint32 UF::LeaverInfo::TotalLeaves = 0 |
Definition at line 555 of file UpdateFields.h.
| uint32 UF::LeaverInfo::TotalSuccesses = 0 |
Definition at line 556 of file UpdateFields.h.