LeviLamina
Loading...
Searching...
No Matches
ScriptSettings.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/NonOwnerPointer.h"
7
8// auto generated forward declare list
9// clang-format off
10class BaseGameVersion;
13namespace Scripting { struct WatchdogSettings; }
14namespace cereal { struct ReflectionCtx; }
15// clang-format on
16
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::cereal::ReflectionCtx const>> mCerealContext;
22 ::ll::TypedStorage<8, 456, ::ScriptPackConfigurationManager> mPackConfigurationManager;
23 ::ll::TypedStorage<1, 1, bool> mEnabled;
24 ::ll::TypedStorage<1, 1, bool> mEnableEditorModules;
25 ::ll::TypedStorage<8, 32, ::BaseGameVersion> mBaseGameVersion;
26 ::ll::TypedStorage<8, 104, ::ScriptDebuggerSettings> mDebuggerSettings;
27 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mExcludedScriptModules;
28 ::ll::TypedStorage<4, 36, ::std::optional<::Scripting::WatchdogSettings>> mWatchdogSettings;
29 ::ll::TypedStorage<1, 1, bool> mDiagnosticsAutoStart;
30 ::ll::TypedStorage<4, 8, ::std::optional<uint>> mMaxDiagnosticsCaptureFiles;
31 ::ll::TypedStorage<4, 8, ::std::optional<uint>> mMaxDiagnosticsCaptureFileSize;
32 // NOLINTEND
33
34public:
35 // prevent constructor by default
36 ScriptSettings& operator=(ScriptSettings const&);
37
38public:
39 // member functions
40 // NOLINTBEGIN
41 MCAPI ScriptSettings(::ScriptSettings const&);
42
44
45 MCAPI ~ScriptSettings();
46 // NOLINTEND
47
48public:
49 // constructor thunks
50 // NOLINTBEGIN
51 MCAPI void* $ctor(::ScriptSettings const&);
52
53 MCAPI void* $ctor(::ScriptSettings&&);
54 // NOLINTEND
55
56public:
57 // destructor thunk
58 // NOLINTBEGIN
59 MCAPI void $dtor();
60 // NOLINTEND
61};
Definition BaseGameVersion.h:13
Definition ScriptPackConfigurationManager.h:16
Definition ScriptDebuggerSettings.h:8
Definition ScriptSettings.h:17