LeviLamina
Loading...
Searching...
No Matches
IScriptTelemetryLogger.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8// clang-format on
9
11public:
12 // virtual functions
13 // NOLINTBEGIN
14 virtual ~IScriptTelemetryLogger() = default;
15
16 virtual void onPluginDiscovery(::ScriptPluginManagerResult const&);
17
18 virtual void onPluginRun(::ScriptPluginManagerResult const&);
19
20 virtual void onDebuggerListen(bool);
21
22 virtual void onDebuggerConnect(bool, int);
23 // NOLINTEND
24
25public:
26 // virtual function thunks
27 // NOLINTBEGIN
28
29 // NOLINTEND
30};
Definition IScriptTelemetryLogger.h:10
Definition ScriptPluginManagerResult.h:12