![]() |
TrinityCore
|
#include <UpdateFields.h>
Inheritance diagram for UF::ConversationLine:Classes | |
| struct | StartTimeTag |
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== (ConversationLine const &right) const |
| bool | operator!= (ConversationLine const &right) const |
Public Attributes | |
| int32 | ConversationLineID = 0 |
| int32 | BroadcastTextID = 0 |
| uint32 | StartTime = 0 |
| int32 | UiCameraID = 0 |
| uint8 | ActorIndex = 0 |
| uint8 | Flags = 0 |
| uint8 | ChatType = 0 |
Definition at line 1791 of file UpdateFields.h.
Definition at line 1802 of file UpdateFields.h.
|
inline |
Definition at line 1806 of file UpdateFields.h.
| bool UF::ConversationLine::operator== | ( | ConversationLine const & | right | ) | const |
Definition at line 8914 of file UpdateFields.cpp.
| void UF::ConversationLine::WriteCreate | ( | ByteBuffer & | data, |
| Player const * | receiver, | ||
| Conversation const * | owner | ||
| ) | const |
Definition at line 8892 of file UpdateFields.cpp.
| void UF::ConversationLine::WriteUpdate | ( | bool | ignoreChangesMask, |
| ByteBuffer & | data, | ||
| Player const * | receiver, | ||
| Conversation const * | owner | ||
| ) | const |
Definition at line 8903 of file UpdateFields.cpp.
| uint8 UF::ConversationLine::ActorIndex = 0 |
Definition at line 1798 of file UpdateFields.h.
| int32 UF::ConversationLine::BroadcastTextID = 0 |
Definition at line 1794 of file UpdateFields.h.
| uint8 UF::ConversationLine::ChatType = 0 |
Definition at line 1800 of file UpdateFields.h.
| int32 UF::ConversationLine::ConversationLineID = 0 |
Definition at line 1793 of file UpdateFields.h.
| uint8 UF::ConversationLine::Flags = 0 |
Definition at line 1799 of file UpdateFields.h.
| uint32 UF::ConversationLine::StartTime = 0 |
Definition at line 1795 of file UpdateFields.h.
| int32 UF::ConversationLine::UiCameraID = 0 |
Definition at line 1797 of file UpdateFields.h.