TrinityCore
|
#include <UpdateFields.h>
Public Member Functions | |
void | WriteCreate (ByteBuffer &data, Conversation const *owner, Player const *receiver) const |
void | WriteUpdate (ByteBuffer &data, bool ignoreChangesMask, Conversation const *owner, Player const *receiver) const |
bool | operator== (ConversationActor const &right) const |
bool | operator!= (ConversationActor const &right) const |
Public Attributes | |
uint32 | CreatureID |
uint32 | CreatureDisplayInfoID |
ObjectGuid | ActorGUID |
int32 | Id |
uint32 | Type |
uint32 | NoActorObject |
Definition at line 1360 of file UpdateFields.h.
|
inline |
Definition at line 1372 of file UpdateFields.h.
bool UF::ConversationActor::operator== | ( | ConversationActor const & | right | ) | const |
Definition at line 7254 of file UpdateFields.cpp.
void UF::ConversationActor::WriteCreate | ( | ByteBuffer & | data, |
Conversation const * | owner, | ||
Player const * | receiver | ||
) | const |
void UF::ConversationActor::WriteUpdate | ( | ByteBuffer & | data, |
bool | ignoreChangesMask, | ||
Conversation const * | owner, | ||
Player const * | receiver | ||
) | const |
ObjectGuid UF::ConversationActor::ActorGUID |
Definition at line 1364 of file UpdateFields.h.
uint32 UF::ConversationActor::CreatureDisplayInfoID |
Definition at line 1363 of file UpdateFields.h.
uint32 UF::ConversationActor::CreatureID |
Definition at line 1362 of file UpdateFields.h.
int32 UF::ConversationActor::Id |
Definition at line 1365 of file UpdateFields.h.
uint32 UF::ConversationActor::NoActorObject |
Definition at line 1367 of file UpdateFields.h.
uint32 UF::ConversationActor::Type |
Definition at line 1366 of file UpdateFields.h.