CommonLibSSE (powerof3)
LegendarySkillResetConfirmCallback.h
Go to the documentation of this file.
1 #pragma once
2 
4 
5 namespace RE
6 {
8  {
9  public:
10  inline static constexpr auto RTTI = RTTI___LegendarySkillResetConfirmCallback;
11  inline static constexpr auto VTABLE = VTABLE___LegendarySkillResetConfirmCallback;
12 
14 
15  // override (IMessageBoxCallback)
16  void Run(Message a_msg) override; // 01
17 
18  // members
19  std::uint64_t unk10; // 10
20  std::uint32_t unk18; // 18
22  };
23  static_assert(sizeof(LegendarySkillResetConfirmCallback) == 0x20);
24 }
Definition: IMessageBoxCallback.h:8
Message
Definition: IMessageBoxCallback.h:14
Definition: LegendarySkillResetConfirmCallback.h:8
static constexpr auto RTTI
Definition: LegendarySkillResetConfirmCallback.h:10
std::uint32_t unk18
Definition: LegendarySkillResetConfirmCallback.h:20
static constexpr auto VTABLE
Definition: LegendarySkillResetConfirmCallback.h:11
std::uint64_t unk10
Definition: LegendarySkillResetConfirmCallback.h:19
void Run(Message a_msg) override
RE::ActorValue skill
Definition: LegendarySkillResetConfirmCallback.h:21
Definition: AbsorbEffect.h:6
ActorValue
Definition: ActorValues.h:6
constexpr std::array< REL::ID, 1 > VTABLE___LegendarySkillResetConfirmCallback
Definition: Offsets_VTABLE.h:13115
constexpr REL::ID RTTI___LegendarySkillResetConfirmCallback(static_cast< std::uint64_t >(688914))