TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
WorldPackets::Channel::ChannelListResponse::ChannelPlayer Struct Reference

#include <ChannelPackets.h>

Public Member Functions

 ChannelPlayer (ObjectGuid const &guid, uint32 virtualRealmAddress, uint8 flags)
 

Public Attributes

ObjectGuid Guid
 Player Guid. More...
 
uint32 VirtualRealmAddress
 
uint8 Flags
 

Constructor & Destructor Documentation

WorldPackets::Channel::ChannelListResponse::ChannelPlayer::ChannelPlayer ( ObjectGuid const guid,
uint32  virtualRealmAddress,
uint8  flags 
)
inline
34  :
35  Guid(guid), VirtualRealmAddress(virtualRealmAddress), Flags(flags) { }
ObjectGuid Guid
Player Guid.
Definition: ChannelPackets.h:37
uint32 VirtualRealmAddress
Definition: ChannelPackets.h:38
uint8 flags
Definition: DisableMgr.cpp:44

Member Data Documentation

uint8 WorldPackets::Channel::ChannelListResponse::ChannelPlayer::Flags
See also
enum ChannelMemberFlags
ObjectGuid WorldPackets::Channel::ChannelListResponse::ChannelPlayer::Guid

Player Guid.

uint32 WorldPackets::Channel::ChannelListResponse::ChannelPlayer::VirtualRealmAddress

The documentation for this struct was generated from the following file: