CommonLibVR
MoviePlayer.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace RE
4 {
5  class MoviePlayer
6  {
7  public:
8  inline static constexpr auto RTTI = RTTI_MoviePlayer;
9  inline static constexpr auto VTABLE = VTABLE_MoviePlayer;
10 
11  virtual ~MoviePlayer(); // 00
12 
13  // add
14  virtual void Unk_01(void) = 0; // 01
15  virtual void Unk_02(void) = 0; // 02
16  virtual void Unk_03(void) = 0; // 03
17  virtual void Unk_04(void) = 0; // 04
18  virtual void Unk_05(void) = 0; // 05
19  virtual void Unk_06(void) = 0; // 06
20  virtual void Unk_07(void) = 0; // 07
21  virtual void Unk_08(void) = 0; // 08
22  virtual void Unk_09(void) = 0; // 09
23  virtual void Unk_0A(void) = 0; // 0A
24  virtual void Unk_0B(void) = 0; // 0B
25  virtual void Unk_0C(void) = 0; // 0C
26  virtual void Unk_0D(void); // 0D
27 
28  // members
29  std::uint64_t unk08; // 08
30  std::uint64_t unk10; // 10
31  std::uint64_t unk18; // 18
32  std::uint64_t unk20; // 20
33  std::uint64_t unk28; // 28
34  std::uint64_t unk30; // 30
35  std::uint64_t unk38; // 38
36  std::uint64_t unk40; // 40
37  std::uint64_t unk48; // 48
38  std::uint64_t unk50; // 50
39  private:
40  KEEP_FOR_RE()
41  };
42  static_assert(sizeof(MoviePlayer) == 0x58);
43 }
#define KEEP_FOR_RE()
Definition: PCH.h:713
Definition: MoviePlayer.h:6
static constexpr auto VTABLE
Definition: MoviePlayer.h:9
virtual void Unk_06(void)=0
virtual void Unk_09(void)=0
static constexpr auto RTTI
Definition: MoviePlayer.h:8
std::uint64_t unk38
Definition: MoviePlayer.h:35
virtual void Unk_0C(void)=0
virtual void Unk_03(void)=0
std::uint64_t unk50
Definition: MoviePlayer.h:38
std::uint64_t unk40
Definition: MoviePlayer.h:36
std::uint64_t unk18
Definition: MoviePlayer.h:31
virtual void Unk_0A(void)=0
std::uint64_t unk30
Definition: MoviePlayer.h:34
std::uint64_t unk08
Definition: MoviePlayer.h:29
virtual void Unk_0B(void)=0
virtual void Unk_04(void)=0
std::uint64_t unk28
Definition: MoviePlayer.h:33
std::uint64_t unk48
Definition: MoviePlayer.h:37
std::uint64_t unk10
Definition: MoviePlayer.h:30
virtual void Unk_01(void)=0
virtual void Unk_0D(void)
std::uint64_t unk20
Definition: MoviePlayer.h:32
virtual void Unk_07(void)=0
virtual ~MoviePlayer()
virtual void Unk_02(void)=0
virtual void Unk_05(void)=0
virtual void Unk_08(void)=0
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_MoviePlayer(static_cast< std::uint64_t >(686631))
constexpr std::array< REL::ID, 1 > VTABLE_MoviePlayer
Definition: Offsets_VTABLE.h:12125