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/platform/Result.h"
7
8// auto generated forward declare list
9// clang-format off
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14namespace SharedTypes::v1_21_50 {
15
17public:
18 // member variables
19 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
29
30public:
31 // member functions
32 // NOLINTBEGIN
34
35 MCNAPI ::SharedTypes::v1_21_50::CameraAimAssistCategoryDefinition&
37
39
41 // NOLINTEND
42
43public:
44 // static functions
45 // NOLINTBEGIN
46 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
47
48 MCNAPI static ::Bedrock::Result<::SharedTypes::v1_21_50::CameraAimAssistCategoryDefinition>
50 // NOLINTEND
51
52public:
53 // constructor thunks
54 // NOLINTBEGIN
56 // NOLINTEND
57
58public:
59 // destructor thunk
60 // NOLINTBEGIN
61 MCNAPI void $dtor();
62 // NOLINTEND
63};
64
65} // namespace SharedTypes::v1_21_50
Definition ReadOnlyBinaryStream.h:8
Definition CameraAimAssistCategoryDefinition.h:16
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI bool operator==(::SharedTypes::v1_21_50::CameraAimAssistCategoryDefinition const &) const
MCAPI void * $ctor(::SharedTypes::v1_21_50::CameraAimAssistCategoryDefinition &&)
MCAPI::SharedTypes::v1_21_50::CameraAimAssistCategoryDefinition & operator=(::SharedTypes::v1_21_50::CameraAimAssistCategoryDefinition &&)
static MCAPI ::Bedrock::Result<::SharedTypes::v1_21_50::CameraAimAssistCategoryDefinition > read(::ReadOnlyBinaryStream &stream)
MCAPI CameraAimAssistCategoryDefinition(::SharedTypes::v1_21_50::CameraAimAssistCategoryDefinition &&)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14