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 fireScreenLoadTimeUpdateEvent(
14 uint const&,
15 ::std::string const&,
16 ::std::chrono::nanoseconds,
17 ::std::string const&
18 ) = 0;
19 // NOLINTEND
20
21public:
22 // virtual function thunks
23 // NOLINTBEGIN
24
25 // NOLINTEND
26
27public:
28 // vftables
29 // NOLINTBEGIN
30 MCNAPI static void** $vftable();
31 // NOLINTEND
32};
Definition IUIEventTelemetry.h:5
static MCAPI void ** $vftable()