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 
2278 {
2279 REGULAR = 0,
2280 ADDON = 1,
2281 MAX
2282 };
@ ADDON
Definition: Player.h:2280
@ MAX
Definition: Player.h:2281
@ REGULAR
Definition: Player.h:2279

Member Data Documentation

◆ Count

uint32 Player::ChatFloodThrottle::Count = 0

◆ Time

time_t Player::ChatFloodThrottle::Time = 0