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 
2293 {
2294 REGULAR = 0,
2295 ADDON = 1,
2296 MAX
2297 };
@ ADDON
Definition: Player.h:2295
@ MAX
Definition: Player.h:2296
@ REGULAR
Definition: Player.h:2294

Member Data Documentation

◆ Count

uint32 Player::ChatFloodThrottle::Count = 0

◆ Time

time_t Player::ChatFloodThrottle::Time = 0