CommonLibSSE (powerof3)
BGSFootstepManager.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/B/BSFixedString.h"
4 #include "RE/B/BSTArray.h"
5 #include "RE/B/BSTEvent.h"
6 #include "RE/B/BSTSingleton.h"
7 
8 namespace RE
9 {
10  struct BGSFootstepEvent;
11 
13  public BSTEventSource<BGSFootstepEvent>, // 00
14  public BSTSingletonSDM<BGSFootstepManager> // 58
15  {
16  public:
18 
19  // members
20  std::uint8_t pad59; // 59
21  std::uint16_t pad5A; // 5A
22  std::uint32_t pad5C; // 5C
24  std::uint64_t unk78; // 78
25  };
26  static_assert(sizeof(BGSFootstepManager) == 0x80);
27 }
Definition: BGSFootstepManager.h:15
std::uint32_t pad5C
Definition: BGSFootstepManager.h:22
std::uint64_t unk78
Definition: BGSFootstepManager.h:24
BSTArray< BSFixedString > unk60
Definition: BGSFootstepManager.h:23
std::uint16_t pad5A
Definition: BGSFootstepManager.h:21
std::uint8_t pad59
Definition: BGSFootstepManager.h:20
static BGSFootstepManager * GetSingleton()
Definition: BSTArray.h:377
Definition: BSTEvent.h:28
Definition: AbsorbEffect.h:6
Definition: BSTSingleton.h:50