AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
WardenCheck Struct Reference

#include "WardenCheckMgr.h"

Public Attributes

uint8 Type
 
BigNumber Data
 
uint32 Address
 
uint8 Length
 
std::string Str
 
std::string Comment
 
uint16 CheckId
 
std::array< char, 4 > IdStr = {}
 
uint32 Action
 

Detailed Description

Member Data Documentation

◆ Action

uint32 WardenCheck::Action

Referenced by Warden::ApplyPenalty().

◆ Address

uint32 WardenCheck::Address

◆ CheckId

uint16 WardenCheck::CheckId

◆ Comment

std::string WardenCheck::Comment

Referenced by Warden::ApplyPenalty().

◆ Data

BigNumber WardenCheck::Data

◆ IdStr

std::array<char, 4> WardenCheck::IdStr = {}

◆ Length

uint8 WardenCheck::Length

◆ Str

std::string WardenCheck::Str

◆ Type