LeviLamina
Loading...
Searching...
No Matches
EducationMetadata.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
struct
EducationMetadata
{
6
public
:
7
// EducationMetadata inner types define
8
enum class
ContentType : uint {
9
Invalid = 0,
10
WorldLesson = 1,
11
NonWorldLesson = 2,
12
Count = 3,
13
};
14
15
enum class
UserType : uint {
16
Unknown = 0,
17
StudentAndTeacher = 1,
18
Teacher = 2,
19
Count = 3,
20
};
21
22
public
:
23
// member variables
24
// NOLINTBEGIN
25
::ll::UntypedStorage<4, 4>
mUnk87db90;
26
::ll::UntypedStorage<4, 4>
mUnkdbf9d6;
27
::ll::UntypedStorage<8, 32>
mUnk1505e6;
28
::ll::UntypedStorage<8, 32>
mUnk5cd89f;
29
::ll::UntypedStorage<8, 24>
mUnkac3861;
30
::ll::UntypedStorage<8, 24>
mUnkc0a5e6;
31
::ll::UntypedStorage<8, 32>
mUnk4b2206;
32
::ll::UntypedStorage<4, 4>
mUnkcc6517;
33
::ll::UntypedStorage<4, 4>
mUnk2daa20;
34
// NOLINTEND
35
36
public
:
37
// prevent constructor by default
38
EducationMetadata
& operator=(
EducationMetadata
const
&);
39
40
public
:
41
// member functions
42
// NOLINTBEGIN
43
MCAPI
EducationMetadata
();
44
45
MCAPI
EducationMetadata
(
::EducationMetadata
const
&);
46
47
MCAPI
~EducationMetadata
();
48
// NOLINTEND
49
50
public
:
51
// static variables
52
// NOLINTBEGIN
53
MCAPI static ::std::unordered_map<::std::string, ::EducationMetadata::ContentType>
const
& STRING_TO_CONTENT_TYPE();
54
55
MCAPI static ::std::unordered_map<::std::string, ::EducationMetadata::UserType>
const
& STRING_TO_USER_TYPE();
56
// NOLINTEND
57
58
public
:
59
// constructor thunks
60
// NOLINTBEGIN
61
MCAPI
void
* $ctor();
62
63
MCAPI
void
* $ctor(
::EducationMetadata
const
&);
64
// NOLINTEND
65
66
public
:
67
// destructor thunk
68
// NOLINTBEGIN
69
MCAPI
void
$dtor();
70
// NOLINTEND
71
};
EducationMetadata
Definition
EducationMetadata.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
resources
EducationMetadata.h
Generated on Sat Apr 26 2025 05:55:49 for LeviLamina by
1.12.0