LeviLamina
Loading...
Searching...
No Matches
ScriptDebugUtilitiesModuleFactory.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/binding_factory/GenericModuleBindingFactory.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace Scripting { class ModuleBindingBuilder; }
11namespace Scripting { struct ModuleBinding; }
12namespace mce { class UUID; }
13// clang-format on
14
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 // vIndex: 0
20 virtual ~ScriptDebugUtilitiesModuleFactory() /*override*/ = default;
21 // NOLINTEND
22
23public:
24 // member functions
25 // NOLINTBEGIN
27
28 MCAPI ::Scripting::ModuleBinding _generateBindings(
30 bool allowedTags,
31 ::std::vector<::std::string> const& allowUntagged
32 );
33 // NOLINTEND
34
35public:
36 // static variables
37 // NOLINTBEGIN
38 MCAPI static char const*& ModuleName();
39
40 MCAPI static ::mce::UUID const& ModuleUUID();
41 // NOLINTEND
42
43public:
44 // constructor thunks
45 // NOLINTBEGIN
46 MCAPI void* $ctor();
47 // NOLINTEND
48
49public:
50 // destructor thunk
51 // NOLINTBEGIN
52
53 // NOLINTEND
54
55public:
56 // vftables
57 // NOLINTBEGIN
58 MCAPI static void** $vftable();
59 // NOLINTEND
60};
Definition ScriptDebugUtilitiesModuleFactory.h:15
Definition GenericModuleBindingFactory.h:20
Definition ModuleBindingBuilder.h:30