CommonLibSSE (powerof3)
BGSRagdoll.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/B/BSTArray.h"
4 #include "RE/F/FormTypes.h"
5 #include "RE/T/TESForm.h"
6 #include "RE/T/TESModel.h"
7 
8 namespace RE
9 {
10  class TESActorBase;
11 
12  class BGSRagdoll :
13  public TESForm, // 000
14  public TESModel // 020
15  {
16  public:
17  inline static constexpr auto RTTI = RTTI_BGSRagdoll;
18  inline static constexpr auto FORMTYPE = FormType::Ragdoll;
19 
20  struct RecordFlags
21  {
22  enum RecordFlag : std::uint32_t
23  {
24  };
25  };
26 
27  ~BGSRagdoll() override; // 00
28 
29  // override (TESForm)
30  void InitializeData() override; // 04
31  void ClearData() override; // 05
32  bool Load(TESFile* a_mod) override; // 06
33  void InitItemImpl() override; // 13
34 
35  // members
36  std::uint64_t unk048; // 048
37  std::uint64_t unk050; // 050
38  std::uint64_t unk058; // 058
39  std::uint64_t unk060; // 060
40  std::uint64_t unk068; // 068
41  std::uint64_t unk070; // 070
42  std::uint64_t unk078; // 078
43  std::uint64_t unk080; // 080
44  std::uint64_t unk088; // 088
45  std::uint64_t unk090; // 090
47  std::uint64_t unk0B0; // 0B0
48  std::uint64_t unk0B8; // 0B8
49  std::uint64_t unk0C0; // 0C0
50  std::uint64_t unk0C8; // 0C8
53  std::uint64_t unk100; // 100
56  std::uint64_t unk138; // 138
59  std::uint64_t unk170; // 170
60  std::uint64_t unk178; // 178
61  std::uint64_t unk180; // 180
62  std::uint64_t unk188; // 188
63  std::uint64_t unk190; // 190
64  std::uint64_t unk198; // 198
65  std::uint64_t unk1A0; // 1A0
68  };
69  static_assert(sizeof(BGSRagdoll) == 0x1B8);
70 }
Definition: BGSBodyPartData.h:83
Definition: BGSRagdoll.h:15
std::uint64_t unk050
Definition: BGSRagdoll.h:37
BSTArray< void * > unk140
Definition: BGSRagdoll.h:57
std::uint64_t unk180
Definition: BGSRagdoll.h:61
std::uint64_t unk138
Definition: BGSRagdoll.h:56
std::uint64_t unk058
Definition: BGSRagdoll.h:38
~BGSRagdoll() override
std::uint64_t unk0B0
Definition: BGSRagdoll.h:47
std::uint64_t unk0B8
Definition: BGSRagdoll.h:48
void ClearData() override
BSTArray< void * > unk0D0
Definition: BGSRagdoll.h:51
std::uint64_t unk178
Definition: BGSRagdoll.h:60
bool Load(TESFile *a_mod) override
std::uint64_t unk198
Definition: BGSRagdoll.h:64
std::uint64_t unk078
Definition: BGSRagdoll.h:42
BSTArray< void * > unk098
Definition: BGSRagdoll.h:46
BGSBodyPartData * unk1A8
Definition: BGSRagdoll.h:66
std::uint64_t unk088
Definition: BGSRagdoll.h:44
std::uint64_t unk060
Definition: BGSRagdoll.h:39
std::uint64_t unk190
Definition: BGSRagdoll.h:63
TESActorBase * unk1B0
Definition: BGSRagdoll.h:67
std::uint64_t unk0C8
Definition: BGSRagdoll.h:50
BSTArray< void * > unk158
Definition: BGSRagdoll.h:58
static constexpr auto RTTI
Definition: BGSRagdoll.h:17
std::uint64_t unk170
Definition: BGSRagdoll.h:59
std::uint64_t unk1A0
Definition: BGSRagdoll.h:65
std::uint64_t unk188
Definition: BGSRagdoll.h:62
std::uint64_t unk0C0
Definition: BGSRagdoll.h:49
std::uint64_t unk080
Definition: BGSRagdoll.h:43
BSTArray< void * > unk108
Definition: BGSRagdoll.h:54
void InitializeData() override
std::uint64_t unk068
Definition: BGSRagdoll.h:40
BSTArray< void * > unk0E8
Definition: BGSRagdoll.h:52
static constexpr auto FORMTYPE
Definition: BGSRagdoll.h:18
void InitItemImpl() override
std::uint64_t unk070
Definition: BGSRagdoll.h:41
BSTArray< void * > unk120
Definition: BGSRagdoll.h:55
std::uint64_t unk100
Definition: BGSRagdoll.h:53
std::uint64_t unk090
Definition: BGSRagdoll.h:45
std::uint64_t unk048
Definition: BGSRagdoll.h:36
Definition: TESActorBase.h:32
Definition: TESFile.h:14
Definition: TESForm.h:34
Definition: TESModel.h:16
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_BGSRagdoll
Definition: Offsets_RTTI.h:1520
Definition: BGSRagdoll.h:21
RecordFlag
Definition: BGSRagdoll.h:23