LeviLamina
Loading...
Searching...
No Matches
GameOptions.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/DaylightCycle.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
LevelData
;
11
// clang-format on
12
13
namespace
Editor {
14
15
class
GameOptions {
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::UntypedStorage<8, 40>
mUnk3231c4;
20
::ll::UntypedStorage<4, 16>
mUnk76ad7d;
21
::ll::UntypedStorage<4, 8>
mUnke2f52b;
22
::ll::UntypedStorage<4, 8>
mUnk8b4d53;
23
::ll::UntypedStorage<1, 2>
mUnk8af916;
24
::ll::UntypedStorage<1, 2>
mUnk8d511f;
25
::ll::UntypedStorage<1, 2>
mUnke9602a;
26
::ll::UntypedStorage<1, 2>
mUnkd7a1c1;
27
::ll::UntypedStorage<1, 2>
mUnk2f0b54;
28
::ll::UntypedStorage<1, 2>
mUnke2177b;
29
::ll::UntypedStorage<1, 2>
mUnkcf46e8;
30
::ll::UntypedStorage<1, 2>
mUnk6d813d;
31
::ll::UntypedStorage<1, 2>
mUnk410fee;
32
::ll::UntypedStorage<1, 2>
mUnk563b3f;
33
::ll::UntypedStorage<1, 2>
mUnk7a3b69;
34
::ll::UntypedStorage<1, 2>
mUnkbdc040;
35
::ll::UntypedStorage<1, 2>
mUnk5ec46b;
36
::ll::UntypedStorage<1, 2>
mUnkc1a987;
37
::ll::UntypedStorage<1, 2>
mUnk6a5dd4;
38
::ll::UntypedStorage<4, 8>
mUnk619676;
39
::ll::UntypedStorage<1, 2>
mUnk83ba42;
40
::ll::UntypedStorage<1, 2>
mUnkc70a5d;
41
::ll::UntypedStorage<4, 8>
mUnk81fb84;
42
::ll::UntypedStorage<8, 40>
mUnk845420;
43
::ll::UntypedStorage<4, 8>
mUnk26f451;
44
::ll::UntypedStorage<1, 2>
mUnk73d972;
45
::ll::UntypedStorage<1, 2>
mUnk923f85;
46
::ll::UntypedStorage<4, 8>
mUnk87c67e;
47
::ll::UntypedStorage<1, 2>
mUnk12b1a0;
48
::ll::UntypedStorage<1, 2>
mUnk77e870;
49
::ll::UntypedStorage<1, 2>
mUnk1062ad;
50
::ll::UntypedStorage<1, 2>
mUnk77e4d8;
51
::ll::UntypedStorage<1, 2>
mUnk2aa3de;
52
::ll::UntypedStorage<4, 8>
mUnk916f4a;
53
::ll::UntypedStorage<4, 8>
mUnk157e68;
54
::ll::UntypedStorage<1, 2>
mUnk9a08d8;
55
::ll::UntypedStorage<1, 2>
mUnke3b4bb;
56
::ll::UntypedStorage<1, 2>
mUnkc2d909;
57
::ll::UntypedStorage<1, 2>
mUnk8bb5a2;
58
::ll::UntypedStorage<1, 2>
mUnk7dd657;
59
::ll::UntypedStorage<1, 2>
mUnk40f877;
60
::ll::UntypedStorage<1, 2>
mUnk7b143b;
61
::ll::UntypedStorage<1, 2>
mUnk990524;
62
::ll::UntypedStorage<1, 2>
mUnk8d66bb;
63
::ll::UntypedStorage<4, 8>
mUnk255572;
64
::ll::UntypedStorage<1, 2>
mUnkcddb56;
65
::ll::UntypedStorage<1, 2>
mUnke2cabd;
66
::ll::UntypedStorage<1, 2>
mUnk631ec3;
67
::ll::UntypedStorage<1, 2>
mUnk6f0707;
68
::ll::UntypedStorage<1, 2>
mUnk24b7c7;
69
::ll::UntypedStorage<1, 2>
mUnkde7d12;
70
::ll::UntypedStorage<4, 8>
mUnk3ed32b;
71
::ll::UntypedStorage<4, 8>
mUnkf3a4cb;
72
::ll::UntypedStorage<4, 8>
mUnk98cb77;
73
// NOLINTEND
74
75
public
:
76
// prevent constructor by default
77
GameOptions& operator=(GameOptions
const
&);
78
GameOptions();
79
80
public
:
81
// member functions
82
// NOLINTBEGIN
83
MCNAPI
GameOptions
(
::Editor::GameOptions
const
&);
84
85
MCNAPI
void
_applyDayLightCycle
(::DaylightCycle daylightCyle,
::LevelData
& levelData)
const
;
86
87
MCNAPI
void
applyToLevelData
(
::LevelData
& levelData)
const
;
88
89
MCNAPI ::Editor::GameOptions&
operator=
(
::Editor::GameOptions
&&);
90
91
MCNAPI
~GameOptions
();
92
// NOLINTEND
93
94
public
:
95
// constructor thunks
96
// NOLINTBEGIN
97
MCNAPI
void
*
$ctor
(
::Editor::GameOptions
const
&);
98
// NOLINTEND
99
100
public
:
101
// destructor thunk
102
// NOLINTBEGIN
103
MCNAPI
void
$dtor
();
104
// NOLINTEND
105
};
106
107
}
// namespace Editor
Editor::GameOptions
Definition
GameOptions.h:15
Editor::GameOptions::applyToLevelData
MCAPI void applyToLevelData(::LevelData &levelData) const
Editor::GameOptions::_applyDayLightCycle
MCAPI void _applyDayLightCycle(::DaylightCycle daylightCyle, ::LevelData &levelData) const
Editor::GameOptions::GameOptions
MCAPI GameOptions(::Editor::GameOptions const &)
Editor::GameOptions::~GameOptions
MCAPI ~GameOptions()
Editor::GameOptions::$dtor
MCAPI void $dtor()
Editor::GameOptions::$ctor
MCAPI void * $ctor(::Editor::GameOptions const &)
Editor::GameOptions::operator=
MCAPI::Editor::GameOptions & operator=(::Editor::GameOptions &&)
LevelData
Definition
LevelData.h:50
ll::UntypedStorage
Definition
Alias.h:14
src
mc
editor
GameOptions.h
Generated on
for LeviLamina by
1.16.1