LeviLamina
Loading...
Searching...
No Matches
ScriptPackConfigurationManager.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/file/PathBuffer.h"
7#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
8
9// auto generated forward declare list
10// clang-format off
13namespace cereal { struct ReflectionCtx; }
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 40, ::std::optional<::Core::PathBuffer<::std::string>> const> mConfigDirectory;
21 ::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, ::ScriptPackConfiguration>> mPackConfigurations;
22 ::ll::TypedStorage<8, 224, ::ScriptPackConfiguration> mDefaultPackConfiguration;
23 ::ll::TypedStorage<8, 104, ::std::optional<::CommandsRegistryConfiguration>> mCommandsRegistryConfiguration;
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33 // vIndex: 0
34 virtual ~ScriptPackConfigurationManager() /*override*/;
35 // NOLINTEND
36
37public:
38 // member functions
39 // NOLINTBEGIN
41
43
44 MCAPI explicit ScriptPackConfigurationManager(::std::optional<::Core::PathBuffer<::std::string>> configDirectory);
45
46 MCAPI ::ScriptPackConfiguration const& getPackConfiguration(::std::string const& packIdentifier) const;
47
48 MCAPI void loadConfigs(::cereal::ReflectionCtx ctx);
49 // NOLINTEND
50
51public:
52 // static variables
53 // NOLINTBEGIN
54 MCAPI static ::std::string const& sDefaultConfigurationName();
55 // NOLINTEND
56
57public:
58 // constructor thunks
59 // NOLINTBEGIN
60 MCAPI void* $ctor(::ScriptPackConfigurationManager&&);
61
62 MCAPI void* $ctor(::ScriptPackConfigurationManager const&);
63
64 MCAPI void* $ctor(::std::optional<::Core::PathBuffer<::std::string>> configDirectory);
65 // NOLINTEND
66
67public:
68 // destructor thunk
69 // NOLINTBEGIN
70 MCAPI void $dtor();
71 // NOLINTEND
72
73public:
74 // vftables
75 // NOLINTBEGIN
76 MCAPI static void** $vftable();
77 // NOLINTEND
78};
Definition EnableNonOwnerReferences.h:7
Definition CommandsRegistryConfiguration.h:13
Definition PathBuffer.h:8
Definition ScriptPackConfigurationManager.h:16
Definition ScriptPackConfiguration.h:11
Definition ReflectionCtx.h:11
Definition ctx.h:5