TrinityCore
WorldPackets::Who::WhoRequest Struct Reference

#include <WhoPackets.h>

Public Attributes

int32 MinLevel = 0
 
int32 MaxLevel = 0
 
std::string Name
 
std::string VirtualRealmName
 
std::string Guild
 
std::string GuildVirtualRealmName
 
Trinity::RaceMask< int64RaceFilter = { SI64LIT(0) }
 
int32 ClassFilter = -1
 
std::vector< WhoWordWords
 
bool ShowEnemies = false
 
bool ShowArenaPlayers = false
 
bool ExactName = false
 
Optional< WhoRequestServerInfoServerInfo
 

Detailed Description

Definition at line 62 of file WhoPackets.h.

Member Data Documentation

◆ ClassFilter

int32 WorldPackets::Who::WhoRequest::ClassFilter = -1

Definition at line 71 of file WhoPackets.h.

◆ ExactName

bool WorldPackets::Who::WhoRequest::ExactName = false

Definition at line 75 of file WhoPackets.h.

◆ Guild

std::string WorldPackets::Who::WhoRequest::Guild

Definition at line 68 of file WhoPackets.h.

◆ GuildVirtualRealmName

std::string WorldPackets::Who::WhoRequest::GuildVirtualRealmName

Definition at line 69 of file WhoPackets.h.

◆ MaxLevel

int32 WorldPackets::Who::WhoRequest::MaxLevel = 0

Definition at line 65 of file WhoPackets.h.

◆ MinLevel

int32 WorldPackets::Who::WhoRequest::MinLevel = 0

Definition at line 64 of file WhoPackets.h.

◆ Name

std::string WorldPackets::Who::WhoRequest::Name

Definition at line 66 of file WhoPackets.h.

◆ RaceFilter

Trinity::RaceMask<int64> WorldPackets::Who::WhoRequest::RaceFilter = { SI64LIT(0) }

Definition at line 70 of file WhoPackets.h.

◆ ServerInfo

Optional<WhoRequestServerInfo> WorldPackets::Who::WhoRequest::ServerInfo

Definition at line 76 of file WhoPackets.h.

◆ ShowArenaPlayers

bool WorldPackets::Who::WhoRequest::ShowArenaPlayers = false

Definition at line 74 of file WhoPackets.h.

◆ ShowEnemies

bool WorldPackets::Who::WhoRequest::ShowEnemies = false

Definition at line 73 of file WhoPackets.h.

◆ VirtualRealmName

std::string WorldPackets::Who::WhoRequest::VirtualRealmName

Definition at line 67 of file WhoPackets.h.

◆ Words

std::vector<WhoWord> WorldPackets::Who::WhoRequest::Words

Definition at line 72 of file WhoPackets.h.


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