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#include "mc/platform/Result.h"
9
10// auto generated forward declare list
11// clang-format off
13namespace cereal { struct ReflectionCtx; }
14// clang-format on
15
16namespace SharedTypes::v1_21_50 {
17
18struct CameraAimAssistCategoryDefinition {
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<8, 32, ::SharedTypes::Identifier<6>> mName;
23 ::ll::TypedStorage<8, 208, ::SharedTypes::v1_21_50::CameraAimAssistCategoryPriorities> mPriorities;
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
28 CameraAimAssistCategoryDefinition(CameraAimAssistCategoryDefinition const&);
29 CameraAimAssistCategoryDefinition();
30
31public:
32 // member functions
33 // NOLINTBEGIN
34 MCAPI CameraAimAssistCategoryDefinition(::SharedTypes::v1_21_50::CameraAimAssistCategoryDefinition&&);
35
36 MCAPI ::SharedTypes::v1_21_50::CameraAimAssistCategoryDefinition&
38
39 MCAPI ::SharedTypes::v1_21_50::CameraAimAssistCategoryDefinition&
41
42 MCAPI ~CameraAimAssistCategoryDefinition();
43 // NOLINTEND
44
45public:
46 // static functions
47 // NOLINTBEGIN
48 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
49
50 MCAPI static ::Bedrock::Result<::SharedTypes::v1_21_50::CameraAimAssistCategoryDefinition>
51 read(::ReadOnlyBinaryStream& stream);
52 // NOLINTEND
53
54public:
55 // constructor thunks
56 // NOLINTBEGIN
58 // NOLINTEND
59
60public:
61 // destructor thunk
62 // NOLINTBEGIN
63 MCAPI void $dtor();
64 // NOLINTEND
65};
66
67} // namespace SharedTypes::v1_21_50
Definition ReadOnlyBinaryStream.h:8
Definition CameraAimAssistCategoryDefinition.h:18
Definition ReflectionCtx.h:11
Definition ctx.h:5