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/platform/Result.h"
7
8// auto generated forward declare list
9// clang-format off
10class BinaryStream;
12// clang-format on
13
14namespace SharedTypes::v1_21_50 {
15
17public:
18 // member variables
19 // NOLINTBEGIN
26 // NOLINTEND
27
28public:
29 // member functions
30 // NOLINTBEGIN
32
34
36
37 MCAPI ::SharedTypes::v1_21_50::CameraAimAssistPresetDefinition&
39
40 MCAPI ::SharedTypes::v1_21_50::CameraAimAssistPresetDefinition&
42
43 MCAPI bool operator==(::SharedTypes::v1_21_50::CameraAimAssistPresetDefinition const&) const;
44
45 MCAPI void write(::BinaryStream& stream) const;
46
48 // NOLINTEND
49
50public:
51 // static functions
52 // NOLINTBEGIN
53 MCAPI static ::Bedrock::Result<::SharedTypes::v1_21_50::CameraAimAssistPresetDefinition>
54 read(::ReadOnlyBinaryStream& stream);
55 // NOLINTEND
56
57public:
58 // constructor thunks
59 // NOLINTBEGIN
60 MCAPI void* $ctor();
61
63
65 // NOLINTEND
66
67public:
68 // destructor thunk
69 // NOLINTBEGIN
70 MCAPI void $dtor();
71 // NOLINTEND
72};
73
74} // namespace SharedTypes::v1_21_50
Definition BinaryStream.h:10
Definition ReadOnlyBinaryStream.h:8
Definition CameraAimAssistPresetDefinition.h:16
Definition Alias.h:14