LeviLamina
Loading...
Searching...
No Matches
ScriptPluginDetails.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace Scripting { struct InterfaceBinding; }
8// clang-format on
9
10namespace ScriptModuleDebugUtilities {
11
13public:
14 // member variables
15 // NOLINTBEGIN
16 ::ll::TypedStorage<8, 32, ::std::string> mName;
17 ::ll::TypedStorage<8, 32, ::std::string> mPackId;
18 ::ll::TypedStorage<8, 32, ::std::string> mModuleUUID;
19 ::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, int>> mHandleCounts;
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
25
26public:
27 // member functions
28 // NOLINTBEGIN
29 MCAPI ScriptPluginDetails();
30
32
33 MCAPI ::ScriptModuleDebugUtilities::ScriptPluginDetails&
35
37 // NOLINTEND
38
39public:
40 // static functions
41 // NOLINTBEGIN
42 MCAPI static ::Scripting::InterfaceBinding bind();
43 // NOLINTEND
44
45public:
46 // constructor thunks
47 // NOLINTBEGIN
48 MCAPI void* $ctor();
49
51 // NOLINTEND
52
53public:
54 // destructor thunk
55 // NOLINTBEGIN
56 MCAPI void $dtor();
57 // NOLINTEND
58};
59
60} // namespace ScriptModuleDebugUtilities
Definition ScriptPluginDetails.h:12