CommonLibSSE (powerof3)
BooksRead.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/B/BSTEvent.h"
4 
5 namespace RE
6 {
7  class TESObjectBOOK;
8 
9  struct BooksRead
10  {
11  public:
12  struct Event
13  {
14  public:
15  // members
17  bool skillBook; // 08
18  std::uint8_t pad11{ 0 }; // 09
19  std::uint16_t pad12{ 0 }; // 10
20  };
21  static_assert(sizeof(Event) == 0x10);
22 
24  };
25 }
Definition: BSTEvent.h:19
Definition: TESObjectBOOK.h:66
Definition: AbsorbEffect.h:6
Definition: BooksRead.h:13
std::uint8_t pad11
Definition: BooksRead.h:18
bool skillBook
Definition: BooksRead.h:17
std::uint16_t pad12
Definition: BooksRead.h:19
TESObjectBOOK * book
Definition: BooksRead.h:16
Definition: BooksRead.h:10
static BSTEventSource< BooksRead::Event > * GetEventSource()