CommonLibSSE (Parapets fork)
RE::TESObjectREFR::RecordFlags Struct Reference

#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
}
 

Member Enumeration Documentation

◆ RecordFlag

Enumerator
kIsGroundPiece 
kCollisionsDisabled 
kDeleted 
kHiddenFromLocalMap 
kTurnOffFire 
kInaccessible 
kLODRespectsEnableState 
kStartsDead 
kDoesntLightWater 
kMotionBlur 
kPersistent 
kInitiallyDisabled 
kIgnored 
kStartUnconscious 
kSkyMarker 
kHarvested 
kIsFullLOD 
kNeverFades 
kDoesntLightLandscape 
kNoAIAcquire 
kCollisionGeometry_Filter 
kCollisionGeometry_BoundingBox 
kReflectedByAutoWater 
kDontHavokSettle 
kGround 
kRespawns 
kMultibound 

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