TrinityCore
LockEntry Struct Reference

#include <DB2Structure.h>

Public Attributes

uint32 ID
 
int32 Flags
 
std::array< int32, MAX_LOCK_CASEIndex
 
std::array< uint16, MAX_LOCK_CASESkill
 
std::array< uint8, MAX_LOCK_CASEType
 
std::array< uint8, MAX_LOCK_CASEAction
 

Detailed Description

Definition at line 2673 of file DB2Structure.h.

Member Data Documentation

◆ Action

std::array<uint8, MAX_LOCK_CASE> LockEntry::Action

Definition at line 2680 of file DB2Structure.h.

◆ Flags

int32 LockEntry::Flags

Definition at line 2676 of file DB2Structure.h.

◆ ID

uint32 LockEntry::ID

Definition at line 2675 of file DB2Structure.h.

◆ Index

std::array<int32, MAX_LOCK_CASE> LockEntry::Index

Definition at line 2677 of file DB2Structure.h.

◆ Skill

std::array<uint16, MAX_LOCK_CASE> LockEntry::Skill

Definition at line 2678 of file DB2Structure.h.

◆ Type

std::array<uint8, MAX_LOCK_CASE> LockEntry::Type

Definition at line 2679 of file DB2Structure.h.


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