![]() |
TrinityCore
|
#include <MiscPackets.h>
Inheritance diagram for WorldPackets::Misc::LevelUpInfo:Public Member Functions | |
| LevelUpInfo () | |
| WorldPacket const * | Write () override |
Public Member Functions inherited from WorldPackets::ServerPacket | |
| ServerPacket (OpcodeServer opcode, size_t initialSize=200, ConnectionType connection=CONNECTION_TYPE_DEFAULT) | |
| void | Read () final |
| void | Clear () |
| WorldPacket && | Move () |
| void | ShrinkToFit () |
| OpcodeServer | GetOpcode () const |
Public Member Functions inherited from WorldPackets::Packet | |
| Packet (WorldPacket &&worldPacket) | |
| virtual | ~Packet ()=default |
| Packet (Packet const &right)=delete | |
| Packet & | operator= (Packet const &right)=delete |
| WorldPacket const * | GetRawPacket () const |
| size_t | GetSize () const |
| ConnectionType | GetConnection () const |
Public Attributes | |
| int32 | Level = 0 |
| int32 | HealthDelta = 0 |
| std::array< int32, MAX_POWERS_PER_CLASS > | PowerDelta = { } |
| std::array< int32, MAX_STATS > | StatDelta = { } |
| int32 | NumNewTalents = 0 |
| int32 | NumNewPvpTalentSlots = 0 |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 520 of file MiscPackets.h.
|
inlineexplicit |
Definition at line 523 of file MiscPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 395 of file MiscPackets.cpp.
Here is the caller graph for this function:| int32 WorldPackets::Misc::LevelUpInfo::HealthDelta = 0 |
Definition at line 528 of file MiscPackets.h.
| int32 WorldPackets::Misc::LevelUpInfo::Level = 0 |
Definition at line 527 of file MiscPackets.h.
| int32 WorldPackets::Misc::LevelUpInfo::NumNewPvpTalentSlots = 0 |
Definition at line 532 of file MiscPackets.h.
| int32 WorldPackets::Misc::LevelUpInfo::NumNewTalents = 0 |
Definition at line 531 of file MiscPackets.h.
| std::array<int32, MAX_POWERS_PER_CLASS> WorldPackets::Misc::LevelUpInfo::PowerDelta = { } |
Definition at line 529 of file MiscPackets.h.
Definition at line 530 of file MiscPackets.h.