CommonLibSSE NG
Loading...
Searching...
No Matches
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
16
BSString
infoText
;
// 18
17
void
*
unk28
;
// 28
18
std::uint32_t
unk30
;
// 30
19
std::uint32_t
pad34
;
// 34
20
GPtr<GFxMovieView>
view
;
// 38
21
};
22
static_assert
(
sizeof
(
ItemCard
) == 0x40);
23
}
BSString.h
GFxValue.h
GPtr.h
RE::BSStringT< char, static_cast< std::uint32_t >(-1), DynamicMemoryManagementPol >
RE::GFxValue
Definition
GFxValue.h:92
RE::GPtr
Definition
GPtr.h:7
RE
Definition
AbsorbEffect.h:6
RE::ItemCard
Definition
ItemCard.h:12
RE::ItemCard::obj
GFxValue obj
Definition
ItemCard.h:15
RE::ItemCard::infoText
BSString infoText
Definition
ItemCard.h:16
RE::ItemCard::pad34
std::uint32_t pad34
Definition
ItemCard.h:19
RE::ItemCard::view
GPtr< GFxMovieView > view
Definition
ItemCard.h:20
RE::ItemCard::unk30
std::uint32_t unk30
Definition
ItemCard.h:18
RE::ItemCard::unk28
void * unk28
Definition
ItemCard.h:17
CommonLibSSE-NG
include
RE
I
ItemCard.h
Generated by
1.9.7