TrinityCore
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

Definition at line 2456 of file Player.h.

Member Enumeration Documentation

◆ Index

Enumerator
REGULAR 
ADDON 
MAX 

Definition at line 2458 of file Player.h.

Member Data Documentation

◆ Count

uint32 Player::ChatFloodThrottle::Count = 0

Definition at line 2466 of file Player.h.

◆ Time

time_t Player::ChatFloodThrottle::Time = 0

Definition at line 2465 of file Player.h.


The documentation for this struct was generated from the following file: