![]() |
TrinityCore
|
#include <UpdateFields.h>
Inheritance diagram for UF::Research: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== (Research const &right) const |
| bool | operator!= (Research const &right) const |
Public Attributes | |
| int16 | ResearchProjectID = 0 |
Definition at line 1275 of file UpdateFields.h.
| using UF::Research::OwnerObject = Player |
Definition at line 1279 of file UpdateFields.h.
|
inline |
Definition at line 1283 of file UpdateFields.h.
| bool UF::Research::operator== | ( | Research const & | right | ) | const |
Definition at line 5320 of file UpdateFields.cpp.
| void UF::Research::WriteCreate | ( | ByteBuffer & | data, |
| Player const * | receiver, | ||
| Player const * | owner | ||
| ) | const |
| void UF::Research::WriteUpdate | ( | bool | ignoreChangesMask, |
| ByteBuffer & | data, | ||
| Player const * | receiver, | ||
| Player const * | owner | ||
| ) | const |
| int16 UF::Research::ResearchProjectID = 0 |
Definition at line 1277 of file UpdateFields.h.