LeviLamina
Loading...
Searching...
No Matches
ActorHistory.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8// clang-format on
9
11public:
12 // ActorHistory inner types declare
13 // clang-format off
14 struct Snapshot;
15 // clang-format on
16
17 // ActorHistory inner types define
18 struct Snapshot {
19 public:
20 // member variables
21 // NOLINTBEGIN
26 // NOLINTEND
27
28 public:
29 // prevent constructor by default
30 Snapshot& operator=(Snapshot const&);
31 Snapshot(Snapshot const&);
32 Snapshot();
33 };
34
35public:
36 // member variables
37 // NOLINTBEGIN
44 // NOLINTEND
45
46public:
47 // prevent constructor by default
48 ActorHistory& operator=(ActorHistory const&);
51
52public:
53 // member functions
54 // NOLINTBEGIN
55 MCAPI void addCorrectionToFrame(::std::shared_ptr<::IMovementCorrection> correction, uint64 frame);
56
57 MCAPI void queueCorrection(::std::shared_ptr<::IMovementCorrection> correction);
58 // NOLINTEND
59};
Definition ActorHistory.h:10
Definition ActorHistory.h:18
Definition IMovementCorrection.h:15
Definition Alias.h:14