CommonLibSSE (powerof3)
ExtraAnimNoteReceiver.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/B/BSExtraData.h"
4 #include "RE/E/ExtraDataTypes.h"
5 
6 namespace RE
7 {
9  {
10  public:
11  inline static constexpr auto RTTI = RTTI_ExtraAnimNoteReceiver;
12  inline static constexpr auto VTABLE = VTABLE_ExtraAnimNoteReceiver;
13  inline static constexpr auto EXTRADATATYPE = ExtraDataType::kAnimNoteReceiver;
14 
15  ~ExtraAnimNoteReceiver() override; // 00
16 
17  // override (BSExtraData)
18  [[nodiscard]] ExtraDataType GetType() const override; // 01 - { return kAnimNoteReceiver; }
19 
20  // members
21  void* unk10; // 10
22  };
23  static_assert(sizeof(ExtraAnimNoteReceiver) == 0x18);
24 }
Definition: BSExtraData.h:9
Definition: ExtraAnimNoteReceiver.h:9
~ExtraAnimNoteReceiver() override
static constexpr auto RTTI
Definition: ExtraAnimNoteReceiver.h:11
void * unk10
Definition: ExtraAnimNoteReceiver.h:21
static constexpr auto EXTRADATATYPE
Definition: ExtraAnimNoteReceiver.h:13
static constexpr auto VTABLE
Definition: ExtraAnimNoteReceiver.h:12
ExtraDataType GetType() const override
Definition: AbsorbEffect.h:6
constexpr std::array< REL::ID, 1 > VTABLE_ExtraAnimNoteReceiver
Definition: Offsets_VTABLE.h:11485
constexpr REL::ID RTTI_ExtraAnimNoteReceiver(static_cast< std::uint64_t >(684766))
ExtraDataType
Definition: ExtraDataTypes.h:173