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