![]() |
TrinityCore
|
#include <UpdateFields.h>
Inheritance diagram for UF::ConversationActor:Public Types | |
| using | OwnerObject = Conversation |
Public Member Functions | |
| void | WriteCreate (ByteBuffer &data, Player const *receiver, Conversation const *owner) const |
| void | WriteUpdate (bool ignoreChangesMask, ByteBuffer &data, Player const *receiver, Conversation const *owner) const |
| bool | operator== (ConversationActor const &right) const |
| bool | operator!= (ConversationActor const &right) const |
Public Attributes | |
| uint32 | CreatureID = 0 |
| uint32 | CreatureDisplayInfoID = 0 |
| ObjectGuid | ActorGUID |
| int32 | Id = 0 |
| uint32 | Type = 0 |
| uint32 | NoActorObject = 0 |
Definition at line 1809 of file UpdateFields.h.
Definition at line 1818 of file UpdateFields.h.
|
inline |
Definition at line 1822 of file UpdateFields.h.
| bool UF::ConversationActor::operator== | ( | ConversationActor const & | right | ) | const |
Definition at line 8947 of file UpdateFields.cpp.
| void UF::ConversationActor::WriteCreate | ( | ByteBuffer & | data, |
| Player const * | receiver, | ||
| Conversation const * | owner | ||
| ) | const |
| void UF::ConversationActor::WriteUpdate | ( | bool | ignoreChangesMask, |
| ByteBuffer & | data, | ||
| Player const * | receiver, | ||
| Conversation const * | owner | ||
| ) | const |
| ObjectGuid UF::ConversationActor::ActorGUID |
Definition at line 1813 of file UpdateFields.h.
| uint32 UF::ConversationActor::CreatureDisplayInfoID = 0 |
Definition at line 1812 of file UpdateFields.h.
| uint32 UF::ConversationActor::CreatureID = 0 |
Definition at line 1811 of file UpdateFields.h.
| int32 UF::ConversationActor::Id = 0 |
Definition at line 1814 of file UpdateFields.h.
| uint32 UF::ConversationActor::NoActorObject = 0 |
Definition at line 1816 of file UpdateFields.h.
| uint32 UF::ConversationActor::Type = 0 |
Definition at line 1815 of file UpdateFields.h.