CommonLibSSE (Parapets fork)
|
#include <TESObjectREFR.h>
Public Types | |
enum | RecordFlag : std::uint32_t { kIsGroundPiece = 1 << 4 , kCollisionsDisabled = 1 << 4 , kDeleted = 1 << 5 , kHiddenFromLocalMap = 1 << 6 , kTurnOffFire = 1 << 7 , kInaccessible = 1 << 8 , kLODRespectsEnableState = 1 << 8 , kStartsDead = 1 << 8 , kDoesntLightWater = 1 << 8 , kMotionBlur = 1 << 9 , kPersistent = 1 << 10 , kInitiallyDisabled = 1 << 11 , kIgnored = 1 << 12 , kStartUnconscious = 1 << 13 , kSkyMarker = 1 << 13 , kHarvested = 1 << 13 , kIsFullLOD = 1 << 16 , kNeverFades = 1 << 16 , kDoesntLightLandscape = 1 << 17 , kNoAIAcquire = 1 << 25 , kCollisionGeometry_Filter = 1 << 26 , kCollisionGeometry_BoundingBox = 1 << 27 , kReflectedByAutoWater = 1 << 28 , kDontHavokSettle = 1 << 29 , kGround = 1 << 30 , kRespawns = 1 << 30 , kMultibound = (std::uint32_t)1 << 31 } |
enum RE::TESObjectREFR::RecordFlags::RecordFlag : std::uint32_t |