![]() |
TrinityCore
|
#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< std::array< int32, 2 > > | RaceFilter = { 0, 0 } |
| int32 | ClassFilter = -1 |
| std::vector< WhoWord > | Words |
| bool | ShowEnemies = false |
| bool | ShowArenaPlayers = false |
| bool | ExactName = false |
| Optional< WhoRequestServerInfo > | ServerInfo |
Definition at line 62 of file WhoPackets.h.
| int32 WorldPackets::Who::WhoRequest::ClassFilter = -1 |
Definition at line 71 of file WhoPackets.h.
| bool WorldPackets::Who::WhoRequest::ExactName = false |
Definition at line 75 of file WhoPackets.h.
| std::string WorldPackets::Who::WhoRequest::Guild |
Definition at line 68 of file WhoPackets.h.
| std::string WorldPackets::Who::WhoRequest::GuildVirtualRealmName |
Definition at line 69 of file WhoPackets.h.
| int32 WorldPackets::Who::WhoRequest::MaxLevel = 0 |
Definition at line 65 of file WhoPackets.h.
| int32 WorldPackets::Who::WhoRequest::MinLevel = 0 |
Definition at line 64 of file WhoPackets.h.
| std::string WorldPackets::Who::WhoRequest::Name |
Definition at line 66 of file WhoPackets.h.
| Trinity::RaceMask<std::array<int32, 2> > WorldPackets::Who::WhoRequest::RaceFilter = { 0, 0 } |
Definition at line 70 of file WhoPackets.h.
| Optional<WhoRequestServerInfo> WorldPackets::Who::WhoRequest::ServerInfo |
Definition at line 76 of file WhoPackets.h.
| bool WorldPackets::Who::WhoRequest::ShowArenaPlayers = false |
Definition at line 74 of file WhoPackets.h.
| bool WorldPackets::Who::WhoRequest::ShowEnemies = false |
Definition at line 73 of file WhoPackets.h.
| std::string WorldPackets::Who::WhoRequest::VirtualRealmName |
Definition at line 67 of file WhoPackets.h.
| std::vector<WhoWord> WorldPackets::Who::WhoRequest::Words |
Definition at line 72 of file WhoPackets.h.