#include "ObjectGuid.h"
◆ PackedGuid() [1/3]
| PackedGuid::PackedGuid |
( |
| ) |
|
|
inlineexplicit |
#define PACKED_GUID_MIN_BUFFER_SIZE
Definition ObjectGuid.h:260
void appendPackGUID(uint64 guid)
Definition ByteBuffer.h:503
ByteBuffer _packedGuid
Definition ObjectGuid.h:277
References _packedGuid, and ByteBuffer::appendPackGUID().
◆ PackedGuid() [2/3]
| PackedGuid::PackedGuid |
( |
uint64 |
guid | ) |
|
|
inlineexplicit |
◆ PackedGuid() [3/3]
◆ Set() [1/2]
◆ Set() [2/2]
| void PackedGuid::Set |
( |
uint64 |
guid | ) |
|
|
inline |
◆ size()
| std::size_t PackedGuid::size |
( |
| ) |
const |
|
inline |
std::size_t size() const
Definition ByteBuffer.h:444
References _packedGuid, and ByteBuffer::size().
Referenced by AuraEffect::HandleAuraSetVehicle(), WorldSession::HandleInspectOpcode(), npc_gunship::npc_gunshipAI::JustDied(), Player::SendAutoRepeatCancel(), Unit::SendComboPoints(), Unit::SendMoveRoot(), Unit::SetCanFly(), Player::SetClientControl(), Unit::SetDisableGravity(), Unit::SetFeatherFall(), Unit::SetHover(), Player::SetMovement(), and Unit::SetWaterWalking().
◆ operator<<
82{
83 buf.
append(guid._packedGuid);
84 return buf;
85}
void append(T value)
Definition ByteBuffer.h:129
◆ _packedGuid
The documentation for this class was generated from the following file:
- azerothcore-wotlk/src/server/game/Entities/Object/ObjectGuid.h