![]() |
TrinityCore
|
#include <UpdateFields.h>
Inheritance diagram for UF::SpellCastVisual:Public Types | |
| using | OwnerObject = Object |
Public Member Functions | |
| void | WriteCreate (ByteBuffer &data, Player const *receiver, Object const *owner) const |
| void | WriteUpdate (bool ignoreChangesMask, ByteBuffer &data, Player const *receiver, Object const *owner) const |
| bool | operator== (SpellCastVisual const &right) const |
| bool | operator!= (SpellCastVisual const &right) const |
Public Attributes | |
| int32 | SpellXSpellVisualID = 0 |
| int32 | ScriptVisualID = 0 |
Definition at line 229 of file UpdateFields.h.
Definition at line 234 of file UpdateFields.h.
|
inline |
Definition at line 238 of file UpdateFields.h.
| bool SpellCastVisual::operator== | ( | SpellCastVisual const & | right | ) | const |
Definition at line 847 of file UpdateFields.cpp.
| void SpellCastVisual::WriteCreate | ( | ByteBuffer & | data, |
| Player const * | receiver, | ||
| Object const * | owner | ||
| ) | const |
| void SpellCastVisual::WriteUpdate | ( | bool | ignoreChangesMask, |
| ByteBuffer & | data, | ||
| Player const * | receiver, | ||
| Object const * | owner | ||
| ) | const |
| int32 UF::SpellCastVisual::ScriptVisualID = 0 |
Definition at line 232 of file UpdateFields.h.
| int32 UF::SpellCastVisual::SpellXSpellVisualID = 0 |
Definition at line 231 of file UpdateFields.h.