CommonLibSSE (powerof3)
Loading...
Searching...
No Matches
BSDynamicTriShape.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/B/BSTriShape.h"
4
5namespace RE
6{
8 {
9 public:
10 inline static constexpr auto RTTI = RTTI_BSDynamicTriShape;
11 inline static constexpr auto Ni_RTTI = NiRTTI_BSDynamicTriShape;
12
13 ~BSDynamicTriShape() override; // 00
14
15 // override (BSTriShape)
16 const NiRTTI* GetRTTI() const override; // 02
18 NiObject* CreateClone(NiCloningProcess& a_cloning) override; // 17
19 void LoadBinary(NiStream& a_stream) override; // 18
20 void LinkObject(NiStream& a_stream) override; // 19 - { BSTriShape::LinkObject(a_stream); }
21 bool RegisterStreamables(NiStream& a_stream) override; // 1A - { return BSTriShape::RegisterStreamables(a_stream); }
22 void SaveBinary(NiStream& a_stream) override; // 1B
23 bool IsEqual(NiObject* a_object) override; // 1C
24
25 // members
26 void* dynamicData; // 160
27 mutable BSSpinLock lock; // 168
28 std::uint32_t dataSize; // 170
29 std::uint32_t frameCount; // 174
30 std::uint32_t unk178; // 178
31 std::uint32_t unk17C; // 17C
32 };
33 static_assert(sizeof(BSDynamicTriShape) == 0x180);
34}
Definition: BSDynamicTriShape.h:8
std::uint32_t unk178
Definition: BSDynamicTriShape.h:30
bool IsEqual(NiObject *a_object) override
void * dynamicData
Definition: BSDynamicTriShape.h:26
BSDynamicTriShape * AsDynamicTriShape() override
NiObject * CreateClone(NiCloningProcess &a_cloning) override
~BSDynamicTriShape() override
void SaveBinary(NiStream &a_stream) override
std::uint32_t unk17C
Definition: BSDynamicTriShape.h:31
static constexpr auto RTTI
Definition: BSDynamicTriShape.h:10
void LinkObject(NiStream &a_stream) override
const NiRTTI * GetRTTI() const override
std::uint32_t frameCount
Definition: BSDynamicTriShape.h:29
bool RegisterStreamables(NiStream &a_stream) override
void LoadBinary(NiStream &a_stream) override
static constexpr auto Ni_RTTI
Definition: BSDynamicTriShape.h:11
BSSpinLock lock
Definition: BSDynamicTriShape.h:27
std::uint32_t dataSize
Definition: BSDynamicTriShape.h:28
Definition: BSAtomic.h:49
Definition: BSTriShape.h:8
Definition: NiCloningProcess.h:10
Definition: NiObject.h:37
Definition: NiRTTI.h:6
Definition: NiStream.h:27
Definition: AbsorbEffect.h:6
constexpr REL::ID NiRTTI_BSDynamicTriShape(static_cast< std::uint64_t >(523953))
constexpr REL::ID RTTI_BSDynamicTriShape(static_cast< std::uint64_t >(685045))