CommonLibSSE (powerof3)
ItemCard.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/B/BSString.h"
4 #include "RE/G/GFxValue.h"
5 #include "RE/G/GPtr.h"
6 
7 namespace RE
8 {
9  class GFxMovieView;
10 
11  struct ItemCard
12  {
13  public:
14  // members
15  GFxValue obj; // 00 - kObject
17  void* unk28; // 28
18  std::uint32_t unk30; // 30
19  std::uint32_t pad34; // 34
21  };
22  static_assert(sizeof(ItemCard) == 0x40);
23 }
Definition: GFxValue.h:92
Definition: GPtr.h:7
Definition: AbsorbEffect.h:6
Definition: ItemCard.h:12
GFxValue obj
Definition: ItemCard.h:15
BSString infoText
Definition: ItemCard.h:16
std::uint32_t pad34
Definition: ItemCard.h:19
GPtr< GFxMovieView > view
Definition: ItemCard.h:20
std::uint32_t unk30
Definition: ItemCard.h:18
void * unk28
Definition: ItemCard.h:17