LeviLamina
Loading...
Searching...
No Matches
IEventListener.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/utility/NonOwnerPointer.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
AppPlatform
;
11
namespace
Social::Events {
class
Event
; }
12
// clang-format on
13
14
namespace
Social::Events {
15
16
class
IEventListener
{
17
public
:
18
// virtual functions
19
// NOLINTBEGIN
20
virtual
~IEventListener
();
21
22
virtual
void
recordEvent(
::Social::Events::Event
const
&,
::Bedrock::NonOwnerPointer<::AppPlatform>
const
&) = 0;
23
24
virtual
void
sendEvents(
bool
) = 0;
25
26
virtual
int
getEventTagsFilter()
const
= 0;
27
28
virtual
void
stopDebugEventLogging() = 0;
29
// NOLINTEND
30
31
public
:
32
// destructor thunk
33
// NOLINTBEGIN
34
MCNAPI
void
$dtor
();
35
// NOLINTEND
36
37
public
:
38
// virtual function thunks
39
// NOLINTBEGIN
40
41
// NOLINTEND
42
43
public
:
44
// vftables
45
// NOLINTBEGIN
46
MCNAPI
static
void
**
$vftable
();
47
// NOLINTEND
48
};
49
50
}
// namespace Social::Events
AppPlatform
Definition
AppPlatform.h:90
Bedrock::NonOwnerPointer
Definition
NonOwnerPointer.h:9
Social::Events::Event
Definition
Event.h:18
Social::Events::IEventListener
Definition
IEventListener.h:16
Social::Events::IEventListener::$vftable
static MCAPI void ** $vftable()
Social::Events::IEventListener::$dtor
MCAPI void $dtor()
src
mc
events
IEventListener.h
Generated on
for LeviLamina by
1.16.1