19struct ScriptSettings {
23 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::cereal::ReflectionCtx const>> mCerealContext;
24 ::ll::TypedStorage<8, 480, ::ScriptPackConfigurationManager> mPackConfigurationManager;
25 ::ll::TypedStorage<1, 1, bool> mEnabled;
26 ::ll::TypedStorage<1, 1, bool> mEnableEditorModules;
27 ::ll::TypedStorage<8, 32, ::BaseGameVersion> mBaseGameVersion;
28 ::ll::TypedStorage<8, 104, ::ScriptDebuggerSettings> mDebuggerSettings;
29 ::ll::TypedStorage<8, 24, ::std::vector<::mce::UUID>> mExcludedScriptModules;
30 ::ll::TypedStorage<4, 36, ::std::optional<::Scripting::WatchdogSettings>> mWatchdogSettings;
31 ::ll::TypedStorage<1, 1, bool> mDiagnosticsAutoStart;
32 ::ll::TypedStorage<4, 8, ::std::optional<uint>> mMaxDiagnosticsCaptureFiles;
33 ::ll::TypedStorage<4, 8, ::std::optional<uint>> mMaxDiagnosticsCaptureFileSize;
34 ::ll::TypedStorage<4, 8, ::std::optional<uint>> mMaxEventsPerWindow;
35 ::ll::TypedStorage<8, 16, ::std::optional<::std::chrono::seconds>> mRateLimitWindow;
36 ::ll::TypedStorage<8, 8, ::IScriptDedicatedServerUtils*> mDedicatedServerUtils;
42 ScriptSettings& operator=(ScriptSettings
const&);
48 ScriptSettings& operator=(ScriptSettings
const&);
49 ScriptSettings(ScriptSettings
const&);
59 MCNAPI ScriptSettings(::ScriptSettings
const&);
68 MCNAPI
void*
$ctor(::ScriptSettings&&);
71 MCNAPI
void*
$ctor(::ScriptSettings
const&);