![]() |
TrinityCore
|
Enumerations | |
| enum class | TypeID { Object = 0 , Item = 1 , Container = 2 , Unit = 3 , Player = 4 , GameObject = 5 , DynamicObject = 6 , Corpse = 7 , AreaTrigger = 8 , SceneObject = 9 , Conversation = 10 , Max } |
| enum | RealmFlags : uint8 { REALM_FLAG_NONE = 0x00 , REALM_FLAG_VERSION_MISMATCH = 0x01 , REALM_FLAG_OFFLINE = 0x02 , REALM_FLAG_SPECIFYBUILD = 0x04 , REALM_FLAG_UNK1 = 0x08 , REALM_FLAG_UNK2 = 0x10 , REALM_FLAG_RECOMMENDED = 0x20 , REALM_FLAG_NEW = 0x40 , REALM_FLAG_FULL = 0x80 } |
Functions | |
| constexpr ::TypeID | ConvertLegacyTypeID (TypeID legacyTypeID) |
| constexpr TypeMask | ConvertLegacyTypeMask (uint32 legacyTypeMask) |
| constexpr uint8 | format_as (RealmFlags e) |
| constexpr ::RealmFlags | ConvertLegacyRealmFlags (RealmFlags legacyRealmFlags) |
| constexpr RealmPopulationState | ConvertLegacyPopulationState (RealmFlags legacyRealmFlags, float population) |
| enum Trinity::Legacy::RealmFlags : uint8 |
|
strong |
| Enumerator | |
|---|---|
| Object | |
| Item | |
| Container | |
| Unit | |
| Player | |
| GameObject | |
| DynamicObject | |
| Corpse | |
| AreaTrigger | |
| SceneObject | |
| Conversation | |
| Max | |
Definition at line 460 of file ObjectGuid.h.
|
inlineconstexpr |
|
inline |
Definition at line 507 of file ObjectGuid.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineconstexpr |