LeviLamina
Loading...
Searching...
No Matches
CameraAimAssistPresetDefinition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/util/Identifier.h"
7#include "mc/deps/shared_types/util/Reference.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14namespace SharedTypes::v1_21_50 {
15
16struct CameraAimAssistPresetDefinition {
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 32, ::SharedTypes::Identifier<5>> mIdentifier;
21 ::ll::TypedStorage<8, 24, ::std::vector<::SharedTypes::Reference<18446744073709551615>>> mExclusionList;
22 ::ll::TypedStorage<8, 24, ::std::vector<::SharedTypes::Reference<10>>> mLiquidTargetingList;
23 ::ll::TypedStorage<8, 64, ::std::unordered_map<::SharedTypes::Reference<10>, ::SharedTypes::Reference<6>>>
24 mItemSettings;
25 ::ll::TypedStorage<8, 40, ::std::optional<::SharedTypes::Reference<6>>> mDefaultItemSettings;
26 ::ll::TypedStorage<8, 40, ::std::optional<::SharedTypes::Reference<6>>> mHandSettings;
27 // NOLINTEND
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCAPI CameraAimAssistPresetDefinition();
33
34 MCAPI CameraAimAssistPresetDefinition(::SharedTypes::v1_21_50::CameraAimAssistPresetDefinition const&);
35
36 MCAPI ::SharedTypes::v1_21_50::CameraAimAssistPresetDefinition&
38
39 MCAPI ::SharedTypes::v1_21_50::CameraAimAssistPresetDefinition&
41
42 MCAPI bool operator==(::SharedTypes::v1_21_50::CameraAimAssistPresetDefinition const&) const;
43
44 MCAPI ~CameraAimAssistPresetDefinition();
45 // NOLINTEND
46
47public:
48 // static functions
49 // NOLINTBEGIN
50 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
51 // NOLINTEND
52
53public:
54 // constructor thunks
55 // NOLINTBEGIN
56 MCAPI void* $ctor();
57
59 // NOLINTEND
60
61public:
62 // destructor thunk
63 // NOLINTBEGIN
64 MCAPI void $dtor();
65 // NOLINTEND
66};
67
68} // namespace SharedTypes::v1_21_50
Definition Reference.h:8
Definition CameraAimAssistPresetDefinition.h:16
Definition ReflectionCtx.h:11
Definition ctx.h:5