LeviLamina
Loading...
Searching...
No Matches
PersonaPieceCollectionModel.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
persona {
6
7
class
PersonaPieceCollectionModel
{
8
public
:
9
// PersonaPieceCollectionModel inner types define
10
enum class
RetrievalType :
int
{
11
DressingRoomMainFeatured = 0,
12
FeaturedCategory = 1,
13
FeaturedSubCategory = 2,
14
ProfileScreen = 3,
15
SubCategory = 4,
16
Achievements = 5,
17
SkinPack = 6,
18
Emotes = 7,
19
Capes = 8,
20
CustomCollector = 9,
21
Unknown = 10,
22
};
23
24
public
:
25
// member variables
26
// NOLINTBEGIN
27
::ll::UntypedStorage<4, 4>
mUnkfbbc0c;
28
::ll::UntypedStorage<4, 4>
mUnk4e132c;
29
::ll::UntypedStorage<4, 4>
mUnkcb3654;
30
::ll::UntypedStorage<4, 4>
mUnkd5f5a6;
31
::ll::UntypedStorage<4, 4>
mUnka765a8;
32
::ll::UntypedStorage<8, 152>
mUnka67e9c;
33
::ll::UntypedStorage<8, 152>
mUnkfa0297;
34
::ll::UntypedStorage<8, 152>
mUnk9a5e69;
35
::ll::UntypedStorage<8, 16>
mUnk3a7d12;
36
::ll::UntypedStorage<8, 16>
mUnkf78cc8;
37
::ll::UntypedStorage<8, 24>
mUnk9e3d57;
38
::ll::UntypedStorage<8, 24>
mUnk998109;
39
::ll::UntypedStorage<8, 8>
mUnkfe05d4;
40
::ll::UntypedStorage<8, 8>
mUnk96cec5;
41
::ll::UntypedStorage<8, 24>
mUnk4f0bc9;
42
::ll::UntypedStorage<8, 16>
mUnkb8ce72;
43
::ll::UntypedStorage<8, 152>
mUnkb603fd;
44
::ll::UntypedStorage<8, 152>
mUnk1690a1;
45
::ll::UntypedStorage<8, 48>
mUnk36f258;
46
::ll::UntypedStorage<8, 16>
mUnkbcde81;
47
::ll::UntypedStorage<8, 24>
mUnkec98b5;
48
::ll::UntypedStorage<8, 24>
mUnkb008a9;
49
::ll::UntypedStorage<8, 64>
mUnk8e19ae;
50
::ll::UntypedStorage<8, 16>
mUnk1e48b1;
51
::ll::UntypedStorage<8, 24>
mUnk46e36f;
52
::ll::UntypedStorage<8, 8>
mUnkb10968;
53
::ll::UntypedStorage<8, 16>
mUnk1f898a;
54
::ll::UntypedStorage<8, 16>
mUnk863a32;
55
// NOLINTEND
56
57
public
:
58
// prevent constructor by default
59
PersonaPieceCollectionModel
& operator=(
PersonaPieceCollectionModel
const
&);
60
PersonaPieceCollectionModel
(
PersonaPieceCollectionModel
const
&);
61
PersonaPieceCollectionModel
();
62
63
public
:
64
// virtual functions
65
// NOLINTBEGIN
66
// vIndex: 0
67
virtual
~PersonaPieceCollectionModel
() =
default
;
68
// NOLINTEND
69
70
public
:
71
// destructor thunk
72
// NOLINTBEGIN
73
74
// NOLINTEND
75
};
76
77
}
// namespace persona
persona::PersonaPieceCollectionModel
Definition
PersonaPieceCollectionModel.h:7
ll::UntypedStorage
Definition
Alias.h:14
src
mc
client
gui
screens
models
persona
PersonaPieceCollectionModel.h
Generated on Sat Apr 26 2025 05:55:21 for LeviLamina by
1.12.0