12struct ScriptPluginDetails {
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;
24 ScriptPluginDetails();
31 MCAPI ScriptPluginDetails(::std::string
const& name, ::std::string
const& packId, ::std::string
const& moduleUUID);
33 MCAPI ::ScriptModuleDebugUtilities::ScriptPluginDetails&
36 MCAPI ::ScriptModuleDebugUtilities::ScriptPluginDetails&
39 MCAPI ~ScriptPluginDetails();
45 MCAPI static ::Scripting::InterfaceBinding bind();
53 MCAPI
void* $ctor(::std::string
const& name, ::std::string
const& packId, ::std::string
const& moduleUUID);