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