![]() |
TrinityCore
|
#include <SystemPackets.h>
Public Attributes | |
| bool | ToastsDisabled = false |
| float | ToastDuration = 0.0f |
| float | DelayDuration = 0.0f |
| float | QueueMultiplier = 0.0f |
| float | PlayerMultiplier = 0.0f |
| float | PlayerFriendValue = 0.0f |
| float | PlayerGuildValue = 0.0f |
| float | ThrottleInitialThreshold = 0.0f |
| float | ThrottleDecayTime = 0.0f |
| float | ThrottlePrioritySpike = 0.0f |
| float | ThrottleMinThreshold = 0.0f |
| float | ThrottlePvPPriorityNormal = 0.0f |
| float | ThrottlePvPPriorityLow = 0.0f |
| float | ThrottlePvPHonorThreshold = 0.0f |
| float | ThrottleLfgListPriorityDefault = 0.0f |
| float | ThrottleLfgListPriorityAbove = 0.0f |
| float | ThrottleLfgListPriorityBelow = 0.0f |
| float | ThrottleLfgListIlvlScalingAbove = 0.0f |
| float | ThrottleLfgListIlvlScalingBelow = 0.0f |
| float | ThrottleRfPriorityAbove = 0.0f |
| float | ThrottleRfIlvlScalingAbove = 0.0f |
| float | ThrottleDfMaxItemLevel = 0.0f |
| float | ThrottleDfBestPriority = 0.0f |
Definition at line 30 of file SystemPackets.h.
| float WorldPackets::System::SocialQueueConfig::DelayDuration = 0.0f |
Definition at line 34 of file SystemPackets.h.
| float WorldPackets::System::SocialQueueConfig::PlayerFriendValue = 0.0f |
Definition at line 37 of file SystemPackets.h.
| float WorldPackets::System::SocialQueueConfig::PlayerGuildValue = 0.0f |
Definition at line 38 of file SystemPackets.h.
| float WorldPackets::System::SocialQueueConfig::PlayerMultiplier = 0.0f |
Definition at line 36 of file SystemPackets.h.
| float WorldPackets::System::SocialQueueConfig::QueueMultiplier = 0.0f |
Definition at line 35 of file SystemPackets.h.
| float WorldPackets::System::SocialQueueConfig::ThrottleDecayTime = 0.0f |
Definition at line 40 of file SystemPackets.h.
| float WorldPackets::System::SocialQueueConfig::ThrottleDfBestPriority = 0.0f |
Definition at line 54 of file SystemPackets.h.
| float WorldPackets::System::SocialQueueConfig::ThrottleDfMaxItemLevel = 0.0f |
Definition at line 53 of file SystemPackets.h.
| float WorldPackets::System::SocialQueueConfig::ThrottleInitialThreshold = 0.0f |
Definition at line 39 of file SystemPackets.h.
| float WorldPackets::System::SocialQueueConfig::ThrottleLfgListIlvlScalingAbove = 0.0f |
Definition at line 49 of file SystemPackets.h.
| float WorldPackets::System::SocialQueueConfig::ThrottleLfgListIlvlScalingBelow = 0.0f |
Definition at line 50 of file SystemPackets.h.
| float WorldPackets::System::SocialQueueConfig::ThrottleLfgListPriorityAbove = 0.0f |
Definition at line 47 of file SystemPackets.h.
| float WorldPackets::System::SocialQueueConfig::ThrottleLfgListPriorityBelow = 0.0f |
Definition at line 48 of file SystemPackets.h.
| float WorldPackets::System::SocialQueueConfig::ThrottleLfgListPriorityDefault = 0.0f |
Definition at line 46 of file SystemPackets.h.
| float WorldPackets::System::SocialQueueConfig::ThrottleMinThreshold = 0.0f |
Definition at line 42 of file SystemPackets.h.
| float WorldPackets::System::SocialQueueConfig::ThrottlePrioritySpike = 0.0f |
Definition at line 41 of file SystemPackets.h.
| float WorldPackets::System::SocialQueueConfig::ThrottlePvPHonorThreshold = 0.0f |
Definition at line 45 of file SystemPackets.h.
| float WorldPackets::System::SocialQueueConfig::ThrottlePvPPriorityLow = 0.0f |
Definition at line 44 of file SystemPackets.h.
| float WorldPackets::System::SocialQueueConfig::ThrottlePvPPriorityNormal = 0.0f |
Definition at line 43 of file SystemPackets.h.
| float WorldPackets::System::SocialQueueConfig::ThrottleRfIlvlScalingAbove = 0.0f |
Definition at line 52 of file SystemPackets.h.
| float WorldPackets::System::SocialQueueConfig::ThrottleRfPriorityAbove = 0.0f |
Definition at line 51 of file SystemPackets.h.
| float WorldPackets::System::SocialQueueConfig::ToastDuration = 0.0f |
Definition at line 33 of file SystemPackets.h.
| bool WorldPackets::System::SocialQueueConfig::ToastsDisabled = false |
Definition at line 32 of file SystemPackets.h.