LeviLamina
Loading...
Searching...
No Matches
ScriptPluginManagerResult.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8struct PackIdVersion;
9namespace Scripting { struct ModuleDescriptor; }
10// clang-format on
11
13public:
14 // member variables
15 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCNAPI ::ScriptPluginResult&
30
31 MCNAPI void logMessages() const;
32
34 // NOLINTEND
35
36public:
37 // destructor thunk
38 // NOLINTBEGIN
39 MCNAPI void $dtor();
40 // NOLINTEND
41};
Definition ScriptPluginManagerResult.h:12
MCAPI void logMessages() const
MCAPI::ScriptPluginResult & getOrCreatePluginResults(::PackIdVersion packId, ::Scripting::ModuleDescriptor const &descriptor)
Definition ScriptPluginResult.h:5
Definition PackIdVersion.h:10
Definition ModuleDescriptor.h:7
Definition Alias.h:14