CommonLibVR
BGSSceneActionTimer.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/B/BGSSceneAction.h"
4 
5 namespace RE
6 {
8  {
9  public:
10  inline static constexpr auto RTTI = RTTI_BGSSceneActionTimer;
11  inline static constexpr auto VTABLE = VTABLE_BGSSceneActionTimer;
12  inline static constexpr auto TYPE = Type::kTimer;
13 
14  ~BGSSceneActionTimer() override; // 00
15 
16  // override (BGSSceneAction)
17  bool LoadSceneAction(TESFile* a_mod) override; // 01
18  void ClearFlags() override; // 04 - { BGSSceneAction::ClearFlags(); }
19  Type GetType() const override; // 07 - { return kTimer; }
20  void LoadBuffer(void* a_arg1, BGSLoadGameBuffer* a_buf) override; // 09
21  void Unk_0A(void) override; // 0A
22  void Unk_0B(void) override; // 0B
23  void Unk_0D(void) override; // 0D
24  void Unk_11(void) override; // 11
25  void Unk_13(void) override; // 13
26 
27  // members
28  float timerSeconds; // 20 - SNAM
29  std::uint32_t unk24; // 24
30  std::uint64_t unk28; // 28
31  private:
32  KEEP_FOR_RE()
33  };
34  static_assert(sizeof(BGSSceneActionTimer) == 0x30);
35 }
#define KEEP_FOR_RE()
Definition: PCH.h:713
Definition: BGSLoadGameBuffer.h:6
Definition: BGSSceneActionTimer.h:8
std::uint32_t unk24
Definition: BGSSceneActionTimer.h:29
void LoadBuffer(void *a_arg1, BGSLoadGameBuffer *a_buf) override
std::uint64_t unk28
Definition: BGSSceneActionTimer.h:30
void Unk_0A(void) override
void Unk_11(void) override
~BGSSceneActionTimer() override
static constexpr auto VTABLE
Definition: BGSSceneActionTimer.h:11
Type GetType() const override
float timerSeconds
Definition: BGSSceneActionTimer.h:28
void Unk_0D(void) override
static constexpr auto TYPE
Definition: BGSSceneActionTimer.h:12
static constexpr auto RTTI
Definition: BGSSceneActionTimer.h:10
bool LoadSceneAction(TESFile *a_mod) override
void Unk_13(void) override
void ClearFlags() override
void Unk_0B(void) override
Definition: BGSSceneAction.h:11
Type
Definition: BGSSceneAction.h:17
Definition: TESFile.h:17
Definition: AbsorbEffect.h:6
constexpr std::array< REL::ID, 1 > VTABLE_BGSSceneActionTimer
Definition: Offsets_VTABLE.h:8856
constexpr REL::ID RTTI_BGSSceneActionTimer(static_cast< std::uint64_t >(685408))