LeviLamina
Loading...
Searching...
No Matches
IScreenChangedEventing.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
IScreenChangedEventing
{
6
public
:
7
// virtual functions
8
// NOLINTBEGIN
9
// vIndex: 0
10
virtual
~IScreenChangedEventing
() =
default
;
11
12
// vIndex: 1
13
virtual
void
fireEventScreenChanged(
14
uint
const
&,
15
::std::string
const
&,
16
::std::unordered_map<::std::string, ::std::string>
const
&
17
) = 0;
18
19
// vIndex: 2
20
virtual
void
21
fireEventImGuiScreenChanged(::std::string
const
&, ::std::unordered_map<::std::string, ::std::string>
const
&) = 0;
22
// NOLINTEND
23
24
public
:
25
// virtual function thunks
26
// NOLINTBEGIN
27
28
// NOLINTEND
29
30
public
:
31
// vftables
32
// NOLINTBEGIN
33
MCNAPI
static
void
**
$vftable
();
34
// NOLINTEND
35
};
IScreenChangedEventing
Definition
IScreenChangedEventing.h:5
IScreenChangedEventing::$vftable
static MCAPI void ** $vftable()
src
mc
events
IScreenChangedEventing.h
Generated on Fri Jun 13 2025 05:04:35 for LeviLamina by
1.12.0