LeviLamina
Loading...
Searching...
No Matches
CameraTimeOverrideComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace MinecraftCamera {
6
8public:
9 // member variables
10 // NOLINTBEGIN
11 ::ll::TypedStorage<8, 64, ::std::function<float()>> mGetDeltaTimeOverride;
12 // NOLINTEND
13
14public:
15 // member functions
16 // NOLINTBEGIN
17#ifdef LL_PLAT_C
18 MCAPI ::std::optional<float> getDeltaTimeOverride() const;
19#endif
20 // NOLINTEND
21};
22
23} // namespace MinecraftCamera
Definition CameraTimeOverrideComponent.h:7