AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
Player::ChatFloodThrottle Struct Reference

#include "Player.h"

Public Types

enum  Index {
  REGULAR = 0 ,
  ADDON = 1 ,
  MAX
}
 

Public Attributes

time_t Time = 0
 
uint32 Count = 0
 

Detailed Description

Member Enumeration Documentation

◆ Index

Enumerator
REGULAR 
ADDON 
MAX 
2265 {
2266 REGULAR = 0,
2267 ADDON = 1,
2268 MAX
2269 };
@ ADDON
Definition: Player.h:2267
@ MAX
Definition: Player.h:2268
@ REGULAR
Definition: Player.h:2266

Member Data Documentation

◆ Count

uint32 Player::ChatFloodThrottle::Count = 0

◆ Time

time_t Player::ChatFloodThrottle::Time = 0