LeviLamina
Loading...
Searching...
No Matches
ServerCameraStatesComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
CameraPresets
;
8
// clang-format on
9
10
struct
ServerCameraStatesComponent
{
11
public
:
12
// ServerCameraStatesComponent inner types declare
13
// clang-format off
14
struct
State
;
15
// clang-format on
16
17
// ServerCameraStatesComponent inner types define
18
struct
State
{
19
public
:
20
// member variables
21
// NOLINTBEGIN
22
::ll::UntypedStorage<4, 12>
mUnk47f807;
23
::ll::UntypedStorage<4, 12>
mUnkbf490f;
24
::ll::UntypedStorage<1, 1>
mUnka644d9;
25
// NOLINTEND
26
27
public
:
28
// prevent constructor by default
29
State
& operator=(
State
const
&);
30
State
(
State
const
&);
31
State
();
32
};
33
34
public
:
35
// member variables
36
// NOLINTBEGIN
37
::ll::TypedStorage<8, 32, ::std::string> mActiveCameraPreset;
38
::ll::TypedStorage<8, 24, ::std::vector<::ServerCameraStatesComponent::State>> mStates;
39
// NOLINTEND
40
41
public
:
42
// prevent constructor by default
43
ServerCameraStatesComponent
& operator=(
ServerCameraStatesComponent
const
&);
44
ServerCameraStatesComponent
(
ServerCameraStatesComponent
const
&);
45
46
public
:
47
// member functions
48
// NOLINTBEGIN
49
MCAPI
explicit
ServerCameraStatesComponent
(
::CameraPresets
const
& presets);
50
51
MCAPI ::ServerCameraStatesComponent& operator=(
::ServerCameraStatesComponent
&&);
52
// NOLINTEND
53
54
public
:
55
// constructor thunks
56
// NOLINTBEGIN
57
MCAPI
void
* $ctor(
::CameraPresets
const
& presets);
58
// NOLINTEND
59
};
CameraPresets
Definition
CameraPresets.h:18
ServerCameraStatesComponent::State
Definition
ServerCameraStatesComponent.h:18
ServerCameraStatesComponent
Definition
ServerCameraStatesComponent.h:10
ll::UntypedStorage
Definition
Alias.h:14
src
mc
entity
components
ServerCameraStatesComponent.h
Generated on Sat Apr 26 2025 05:55:35 for LeviLamina by
1.12.0