LeviLamina
Loading...
Searching...
No Matches
IUIEventTelemetry.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // virtual functions
8 // NOLINTBEGIN
9 // vIndex: 0
10 virtual ~IUIEventTelemetry() = default;
11
12 // vIndex: 1
13 virtual void
14 fireScreenLoadTimeUpdateEvent(uint const&, ::std::string const&, ::std::chrono::nanoseconds, ::std::string const&) = 0;
15 // NOLINTEND
16
17public:
18 // destructor thunk
19 // NOLINTBEGIN
20
21 // NOLINTEND
22
23public:
24 // virtual function thunks
25 // NOLINTBEGIN
26
27 // NOLINTEND
28
29public:
30 // vftables
31 // NOLINTBEGIN
32 MCAPI static void** $vftable();
33 // NOLINTEND
34};
Definition IUIEventTelemetry.h:5