|
CommonLibVR
|
#include <TESWaterDisplacement.h>
Public Member Functions | |
| virtual | ~TESWaterDisplacement () |
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 | |
| TESWaterForm * | waterType |
| float | waterHeight |
| std::uint32_t | unk1C |
| std::uint32_t | flags |
| std::uint32_t | pad24 |
| NiPointer< NiAVObject > | displacementGeometry |
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_TESWaterDisplacement |
| static constexpr auto | VTABLE = VTABLE_TESWaterDisplacement |
Static Public Attributes inherited from RE::NiRefObject | |
| static constexpr auto | RTTI = RTTI_NiRefObject |
| static constexpr auto | VTABLE = VTABLE_NiRefObject |
Additional Inherited Members | |
Static Public Member Functions inherited from RE::NiRefObject | |
| static volatile std::uint32_t * | GetTotalObjectCount () |
|
virtual |
| NiPointer<NiAVObject> RE::TESWaterDisplacement::displacementGeometry |
| std::uint32_t RE::TESWaterDisplacement::flags |
| std::uint32_t RE::TESWaterDisplacement::pad24 |
|
inlinestaticconstexpr |
| std::uint32_t RE::TESWaterDisplacement::unk1C |
|
inlinestaticconstexpr |
| float RE::TESWaterDisplacement::waterHeight |
| TESWaterForm* RE::TESWaterDisplacement::waterType |