LeviLamina
Loading...
Searching...
No Matches
CameraAimAssistCategoryDefinition.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/v1_21_50/camera/CameraAimAssistCategoryPriorities.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 CameraAimAssistCategoryDefinition {
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 32, ::SharedTypes::Identifier<6>> mName;
21 ::ll::TypedStorage<8, 272, ::SharedTypes::v1_21_50::CameraAimAssistCategoryPriorities> mPriorities;
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 CameraAimAssistCategoryDefinition& operator=(CameraAimAssistCategoryDefinition const&);
27 CameraAimAssistCategoryDefinition();
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCAPI CameraAimAssistCategoryDefinition(::SharedTypes::v1_21_50::CameraAimAssistCategoryDefinition&&);
33
34 MCAPI CameraAimAssistCategoryDefinition(::SharedTypes::v1_21_50::CameraAimAssistCategoryDefinition const&);
35
36 MCAPI bool operator==(::SharedTypes::v1_21_50::CameraAimAssistCategoryDefinition const& rhs) const;
37
38 MCAPI ~CameraAimAssistCategoryDefinition();
39 // NOLINTEND
40
41public:
42 // static functions
43 // NOLINTBEGIN
44 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
45 // NOLINTEND
46
47public:
48 // constructor thunks
49 // NOLINTBEGIN
51
53 // NOLINTEND
54
55public:
56 // destructor thunk
57 // NOLINTBEGIN
58 MCAPI void $dtor();
59 // NOLINTEND
60};
61
62} // namespace SharedTypes::v1_21_50
Definition CameraAimAssistCategoryDefinition.h:16
Definition ReflectionCtx.h:11
Definition ctx.h:5