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#include "mc/deps/scripting/runtime/watchdog/WatchdogSettings.h"
8#include "mc/resources/BaseGameVersion.h"
9#include "mc/scripting/ScriptPackConfigurationManager.h"
10#include "mc/scripting/debugger/ScriptDebuggerSettings.h"
11
12// auto generated forward declare list
13// clang-format off
14namespace cereal { struct ReflectionCtx; }
15namespace mce { class UUID; }
16// clang-format on
17
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::cereal::ReflectionCtx const>> mCerealContext;
23 ::ll::TypedStorage<8, 456, ::ScriptPackConfigurationManager> mPackConfigurationManager;
24 ::ll::TypedStorage<1, 1, bool> mEnabled;
25 ::ll::TypedStorage<1, 1, bool> mEnableEditorModules;
26 ::ll::TypedStorage<8, 32, ::BaseGameVersion> mBaseGameVersion;
27 ::ll::TypedStorage<8, 104, ::ScriptDebuggerSettings> mDebuggerSettings;
28 ::ll::TypedStorage<8, 24, ::std::vector<::mce::UUID>> mExcludedScriptModules;
29 ::ll::TypedStorage<4, 36, ::std::optional<::Scripting::WatchdogSettings>> mWatchdogSettings;
30 ::ll::TypedStorage<1, 1, bool> mDiagnosticsAutoStart;
31 ::ll::TypedStorage<4, 8, ::std::optional<uint>> mMaxDiagnosticsCaptureFiles;
32 ::ll::TypedStorage<4, 8, ::std::optional<uint>> mMaxDiagnosticsCaptureFileSize;
33 // NOLINTEND
34
35public:
36 // prevent constructor by default
37 ScriptSettings& operator=(ScriptSettings const&);
39
40public:
41 // member functions
42 // NOLINTBEGIN
44
46
48 // NOLINTEND
49
50public:
51 // constructor thunks
52 // NOLINTBEGIN
53 MCNAPI void* $ctor(::ScriptSettings const&);
54
55 MCNAPI void* $ctor(::ScriptSettings&&);
56 // NOLINTEND
57
58public:
59 // destructor thunk
60 // NOLINTBEGIN
61 MCNAPI void $dtor();
62 // NOLINTEND
63};
Definition ScriptSettings.h:18
MCAPI void $dtor()
MCAPI ScriptSettings(::ScriptSettings const &)
MCAPI void * $ctor(::ScriptSettings &&)
MCAPI ScriptSettings(::ScriptSettings &&)
MCAPI void * $ctor(::ScriptSettings const &)
MCAPI ~ScriptSettings()