TrinityCore
WardenCheck Struct Reference

#include <WardenCheckMgr.h>

Public Attributes

uint16 CheckId = 0
 
WardenCheckType Type = NONE_CHECK
 
std::vector< uint8Data
 
uint32 Address = 0
 
uint8 Length = 0
 
std::string Str
 
std::string Comment
 
std::array< char, 4 > IdStr = {}
 
WardenActions Action = WARDEN_ACTION_LOG
 

Detailed Description

Definition at line 98 of file WardenCheckMgr.h.

Member Data Documentation

◆ Action

WardenActions WardenCheck::Action = WARDEN_ACTION_LOG

Definition at line 108 of file WardenCheckMgr.h.

◆ Address

uint32 WardenCheck::Address = 0

Definition at line 103 of file WardenCheckMgr.h.

◆ CheckId

uint16 WardenCheck::CheckId = 0

Definition at line 100 of file WardenCheckMgr.h.

◆ Comment

std::string WardenCheck::Comment

Definition at line 106 of file WardenCheckMgr.h.

◆ Data

std::vector<uint8> WardenCheck::Data

Definition at line 102 of file WardenCheckMgr.h.

◆ IdStr

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

Definition at line 107 of file WardenCheckMgr.h.

◆ Length

uint8 WardenCheck::Length = 0

Definition at line 104 of file WardenCheckMgr.h.

◆ Str

std::string WardenCheck::Str

Definition at line 105 of file WardenCheckMgr.h.

◆ Type

WardenCheckType WardenCheck::Type = NONE_CHECK

Definition at line 101 of file WardenCheckMgr.h.


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