LeviLamina
Loading...
Searching...
No Matches
HistoricalFrameTimes.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::UntypedStorage<8, 8> mUnk72f49d;
10 ::ll::UntypedStorage<4, 120> mUnkbc305f;
11 ::ll::UntypedStorage<4, 120> mUnka191e5;
12 ::ll::UntypedStorage<4, 120> mUnk67054e;
13 ::ll::UntypedStorage<4, 120> mUnk7c71e8;
14 // NOLINTEND
15
16public:
17 // prevent constructor by default
18 HistoricalFrameTimes& operator=(HistoricalFrameTimes const&);
19 HistoricalFrameTimes(HistoricalFrameTimes const&);
20
21public:
22 // member functions
23 // NOLINTBEGIN
25
26 MCNAPI void setCurrentFrameTime(float frameTime);
27 // NOLINTEND
28
29public:
30 // constructor thunks
31 // NOLINTBEGIN
32 MCNAPI void* $ctor();
33 // NOLINTEND
34};
Definition HistoricalFrameTimes.h:5
MCAPI void setCurrentFrameTime(float frameTime)
MCAPI HistoricalFrameTimes()
MCAPI void * $ctor()