LeviLamina
Loading...
Searching...
No Matches
XboxLiveTelemetry.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/events/AggregationEventListener.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace Social::Events { class Event; }
11// clang-format on
12
13namespace Social::Events {
14
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 // vIndex: 0
20 virtual ~XboxLiveTelemetry() /*override*/ = default;
21
22 // vIndex: 5
23 virtual void sendEvent(::Social::Events::Event const&) /*override*/;
24
25 // vIndex: 3
26 virtual int getEventTagsFilter() const /*override*/;
27
28 // vIndex: 7
29 virtual bool _checkAgainstEventAllowlist(::Social::Events::Event const& event) const /*override*/;
30 // NOLINTEND
31
32public:
33 // destructor thunk
34 // NOLINTBEGIN
35
36 // NOLINTEND
37
38public:
39 // virtual function thunks
40 // NOLINTBEGIN
41
42 // NOLINTEND
43};
44
45} // namespace Social::Events
Definition AggregationEventListener.h:18
Definition Event.h:17
Definition XboxLiveTelemetry.h:15