![]() |
TrinityCore
|
Include dependency graph for UpdateFieldFlags.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Enumerations | |
| enum | UpdatefieldFlags { UF_FLAG_NONE = 0x000 , UF_FLAG_PUBLIC = 0x001 , UF_FLAG_PRIVATE = 0x002 , UF_FLAG_OWNER = 0x004 , UF_FLAG_UNUSED1 = 0x008 , UF_FLAG_ITEM_OWNER = 0x010 , UF_FLAG_SPECIAL_INFO = 0x020 , UF_FLAG_PARTY_MEMBER = 0x040 , UF_FLAG_UNUSED2 = 0x080 , UF_FLAG_DYNAMIC = 0x100 } |
| enum UpdatefieldFlags |
| Enumerator | |
|---|---|
| UF_FLAG_NONE | |
| UF_FLAG_PUBLIC | |
| UF_FLAG_PRIVATE | |
| UF_FLAG_OWNER | |
| UF_FLAG_UNUSED1 | |
| UF_FLAG_ITEM_OWNER | |
| UF_FLAG_SPECIAL_INFO | |
| UF_FLAG_PARTY_MEMBER | |
| UF_FLAG_UNUSED2 | |
| UF_FLAG_DYNAMIC | |
Definition at line 24 of file UpdateFieldFlags.h.
|
extern |
Definition at line 1530 of file UpdateFieldFlags.cpp.
|
extern |
Definition at line 1514 of file UpdateFieldFlags.cpp.
|
extern |
Definition at line 1492 of file UpdateFieldFlags.cpp.
|
extern |
Definition at line 20 of file UpdateFieldFlags.cpp.
|
extern |
Definition at line 162 of file UpdateFieldFlags.cpp.