LeviLamina
Loading...
Searching...
No Matches
CameraPresetAimAssistDefinition.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
10class BinaryStream;
12namespace cereal { struct ReflectionCtx; }
13// clang-format on
14
15namespace SharedTypes::v1_21_50 {
16
18public:
19 // member variables
20 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
32
33public:
34 // member functions
35 // NOLINTBEGIN
37
38 MCAPI ::SharedTypes::v1_21_50::CameraPresetAimAssistDefinition&
40
41 MCAPI bool operator==(::SharedTypes::v1_21_50::CameraPresetAimAssistDefinition const& rhs) const;
42
43 MCAPI void write(::BinaryStream& stream) const;
44
46 // NOLINTEND
47
48public:
49 // static functions
50 // NOLINTBEGIN
51 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
52
53 MCAPI static ::Bedrock::Result<::SharedTypes::v1_21_50::CameraPresetAimAssistDefinition>
54 read(::ReadOnlyBinaryStream& stream);
55 // NOLINTEND
56
57public:
58 // constructor thunks
59 // NOLINTBEGIN
61 // NOLINTEND
62
63public:
64 // destructor thunk
65 // NOLINTBEGIN
66 MCFOLD void $dtor();
67 // NOLINTEND
68};
69
70} // namespace SharedTypes::v1_21_50
Definition BinaryStream.h:10
Definition ReadOnlyBinaryStream.h:8
Definition CameraPresetAimAssistDefinition.h:17
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14