LeviLamina
Loading...
Searching...
No Matches
AttachToEntityInstruction.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 CameraInstructionOptions {
15
16struct AttachToEntityInstruction {
17public:
18 // member variables
19 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
25 AttachToEntityInstruction& operator=(AttachToEntityInstruction const&);
26 AttachToEntityInstruction(AttachToEntityInstruction const&);
27 AttachToEntityInstruction();
28
29public:
30 // static functions
31 // NOLINTBEGIN
32 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
33
34 MCNAPI static ::Bedrock::Result<::CameraInstructionOptions::AttachToEntityInstruction>
36 // NOLINTEND
37};
38
39} // namespace CameraInstructionOptions
Definition ReadOnlyBinaryStream.h:8
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
static MCAPI ::Bedrock::Result<::CameraInstructionOptions::AttachToEntityInstruction > read(::ReadOnlyBinaryStream &stream)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14