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; }
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&);
38
39public:
40 // member functions
41 // NOLINTBEGIN
43
45
47 // NOLINTEND
48
49public:
50 // constructor thunks
51 // NOLINTBEGIN
52 MCNAPI void* $ctor(::ScriptSettings const&);
53
54 MCNAPI void* $ctor(::ScriptSettings&&);
55 // NOLINTEND
56
57public:
58 // destructor thunk
59 // NOLINTBEGIN
60 MCNAPI void $dtor();
61 // NOLINTEND
62};
Definition ScriptSettings.h:17
MCAPI void $dtor()
MCAPI ScriptSettings(::ScriptSettings const &)
MCAPI void * $ctor(::ScriptSettings &&)
MCAPI ScriptSettings(::ScriptSettings &&)
MCAPI void * $ctor(::ScriptSettings const &)
MCAPI ~ScriptSettings()