21 ::ll::TypedStorage<1, 1, bool> mForceCorrection;
22 ::ll::TypedStorage<1, 1, bool> mShouldReportNextCorrectionTelemetry;
23 ::ll::TypedStorage<1, 1, bool> mIsCorrectionTelemetryEnabled;
24 ::ll::TypedStorage<1, 1, uchar> mDivergenceCounter;
25 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::ActorHistory>> mHistory;
26 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::IReplayStatePolicy>> mPolicy;
27 ::ll::TypedStorage<8, 8, uint64> mCurrentTick;
39 MCAPI ::AdvanceFrameResult _applyCorrection(
40 ::std::shared_ptr<::IMovementCorrection> correction,
42 uint64 destinationTimestamp,
46 MCAPI ::ReplayCorrectionResult
47 applyFrameCorrection(
::Actor& actor, ::std::shared_ptr<::IMovementCorrection> correction, uint64 frame);
49 MCAPI
void clearHistory();
Definition ActorHistory.h:10