TrinityCore
Loading...
Searching...
No Matches
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 2887 of file DB2Structure.h.

Member Data Documentation

◆ Action

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

Definition at line 2894 of file DB2Structure.h.

◆ Flags

int32 LockEntry::Flags

Definition at line 2890 of file DB2Structure.h.

◆ ID

uint32 LockEntry::ID

Definition at line 2889 of file DB2Structure.h.

◆ Index

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

Definition at line 2891 of file DB2Structure.h.

◆ Skill

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

Definition at line 2892 of file DB2Structure.h.

◆ Type

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

Definition at line 2893 of file DB2Structure.h.


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