| 
    CommonLibSSE (powerof3)
    
   | 
 
#include <TESWaterObject.h>
  
Public Member Functions | |
| virtual | ~TESWaterObject () | 
  Public Member Functions inherited from RE::NiRefObject | |
| NiRefObject () | |
| virtual | ~NiRefObject () | 
| virtual void | DeleteThis () | 
| void | IncRefCount () | 
| void | DecRefCount () | 
| constexpr std::uint32_t | GetRefCount () const noexcept | 
| TES_HEAP_REDEFINE_NEW () | |
Public Attributes | |
| NiPlane | plane | 
| NiPointer< BSTriShape > | shape | 
| NiPointer< NiAVObject > | waterRippleObject | 
| TESWaterForm * | waterType | 
| std::uint64_t | unk38 | 
| NiPointer< TESWaterReflections > | reflections | 
| NiPointer< TESWaterDisplacement > | displacement | 
| NiPointer< TESWaterNormals > | normals | 
| BSTArray< NiPointer< BSMultiBoundAABB > > | multiBounds | 
| std::uint8_t | flags | 
| std::uint8_t | pad71 | 
| std::uint16_t | pad72 | 
| std::uint32_t | pad74 | 
  Public Attributes inherited from RE::NiRefObject | |
| volatile std::uint32_t | _refCount { 0 } | 
| std::uint32_t | _pad0C { 0 } | 
Static Public Attributes | |
| static constexpr auto | RTTI = RTTI_TESWaterObject | 
  Static Public Attributes inherited from RE::NiRefObject | |
| static constexpr auto | RTTI = RTTI_NiRefObject | 
Additional Inherited Members | |
  Static Public Member Functions inherited from RE::NiRefObject | |
| static volatile std::uint32_t * | GetTotalObjectCount () | 
      
  | 
  virtual | 
| NiPointer<TESWaterDisplacement> RE::TESWaterObject::displacement | 
| std::uint8_t RE::TESWaterObject::flags | 
| BSTArray<NiPointer<BSMultiBoundAABB> > RE::TESWaterObject::multiBounds | 
| NiPointer<TESWaterNormals> RE::TESWaterObject::normals | 
| std::uint8_t RE::TESWaterObject::pad71 | 
| std::uint16_t RE::TESWaterObject::pad72 | 
| std::uint32_t RE::TESWaterObject::pad74 | 
| NiPlane RE::TESWaterObject::plane | 
| NiPointer<TESWaterReflections> RE::TESWaterObject::reflections | 
      
  | 
  inlinestaticconstexpr | 
| NiPointer<BSTriShape> RE::TESWaterObject::shape | 
| std::uint64_t RE::TESWaterObject::unk38 | 
| NiPointer<NiAVObject> RE::TESWaterObject::waterRippleObject | 
| TESWaterForm* RE::TESWaterObject::waterType |