![]() |
TrinityCore
|
Include dependency graph for SceneDefines.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Enumerations | |
| enum class | SceneFlag : uint32 { None = 0x00 , PlayerNonInteractablePhased = 0x01 , FadeToBlackscreenOnComplete = 0x02 , NotCancelable = 0x04 , FadeToBlackscreenOnCancel = 0x08 , IgnoreTransport = 0x20 } |
Functions | |
| DEFINE_ENUM_FLAG (SceneFlag) | |
| Enumerator | |
|---|---|
| None | |
| PlayerNonInteractablePhased | |
| FadeToBlackscreenOnComplete | |
| NotCancelable | |
| FadeToBlackscreenOnCancel | |
| IgnoreTransport | |
Definition at line 24 of file SceneDefines.h.
| DEFINE_ENUM_FLAG | ( | SceneFlag | ) |