LeviLamina
Loading...
Searching...
No Matches
StatisticsHistoryPlugin.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/raknet/PI2_LostConnectionReason.h"
7#include "mc/deps/raknet/PluginInterface2.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace RakNet { struct RakNetGUID; }
12namespace RakNet { struct SystemAddress; }
13// clang-format on
14
15namespace RakNet {
16
18public:
19 // member variables
20 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
32
33public:
34 // virtual functions
35 // NOLINTBEGIN
36 // vIndex: 0
37 virtual ~StatisticsHistoryPlugin() /*override*/ = default;
38
39 // vIndex: 3
40 virtual void Update() /*override*/;
41
42 // vIndex: 7
43 virtual void OnClosedConnection(
46 ::RakNet::PI2_LostConnectionReason
47 ) /*override*/;
48
49 // vIndex: 8
50 virtual void OnNewConnection(::RakNet::SystemAddress const&, ::RakNet::RakNetGUID, bool) /*override*/;
51 // NOLINTEND
52
53public:
54 // destructor thunk
55 // NOLINTBEGIN
56
57 // NOLINTEND
58
59public:
60 // virtual function thunks
61 // NOLINTBEGIN
62
63 // NOLINTEND
64};
65
66} // namespace RakNet
Definition PluginInterface2.h:20
Definition StatisticsHistoryPlugin.h:17
Definition RakNetGUID.h:7
Definition SystemAddress.h:7
Definition Alias.h:14