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