LeviLamina
Loading...
Searching...
No Matches
ReplayStateConfig.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/entity/components/ReplayStateConfigThresholds.h"
7#include "mc/entity/components/ReplayStateMode.h"
8
10public:
11 // member variables
12 // NOLINTBEGIN
13 ::ll::TypedStorage<4, 12, ::ReplayStateConfigThresholds> mSupportedThresholds;
14 ::ll::TypedStorage<1, 1, ::ReplayStateMode> mMode;
15 ::ll::TypedStorage<1, 1, uchar> mMinCorrectionDelay;
16 ::ll::TypedStorage<1, 1, uchar> mMaxCorrectionDelay;
17 ::ll::TypedStorage<2, 2, ushort> mHistorySize;
18 // NOLINTEND
19
20public:
21 // member functions
22 // NOLINTBEGIN
23 MCAPI void setReplayStateConfigThresholds(float baseThreshold);
24 // NOLINTEND
25};
Definition ReplayStateConfig.h:9