LeviLamina
Loading...
Searching...
No Matches
CameraAimAssistPresetFile.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/v1_21_50/camera/CameraAimAssistPresetDefinition.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
13namespace SharedTypes::v1_21_50 {
14
15struct CameraAimAssistPresetFile {
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 32, ::std::string> mFormatVersion;
20 ::ll::TypedStorage<8, 224, ::SharedTypes::v1_21_50::CameraAimAssistPresetDefinition> mDefinition;
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
25 CameraAimAssistPresetFile& operator=(CameraAimAssistPresetFile const&);
26 CameraAimAssistPresetFile(CameraAimAssistPresetFile const&);
27 CameraAimAssistPresetFile();
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCAPI CameraAimAssistPresetFile(::SharedTypes::v1_21_50::CameraAimAssistPresetFile&&);
33
34 MCAPI ~CameraAimAssistPresetFile();
35 // NOLINTEND
36
37public:
38 // static functions
39 // NOLINTBEGIN
40 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
41 // NOLINTEND
42
43public:
44 // constructor thunks
45 // NOLINTBEGIN
47 // NOLINTEND
48
49public:
50 // destructor thunk
51 // NOLINTBEGIN
52 MCAPI void $dtor();
53 // NOLINTEND
54};
55
56} // namespace SharedTypes::v1_21_50
Definition CameraAimAssistPresetFile.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5