LeviLamina
Loading...
Searching...
No Matches
ScriptDebuggerSettings.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/scripting/debugger/ScriptDebuggerAttachMode.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<1, 1, bool> mAllowOutboundConnect;
13 ::ll::TypedStorage<1, 1, bool> mAllowInboundListen;
14 ::ll::TypedStorage<4, 4, ::ScriptDebuggerAttachMode> mAutoAttach;
15 ::ll::TypedStorage<4, 4, uint> mAutoAttachTimeoutSec;
16 ::ll::TypedStorage<1, 1, bool> mForceInboundDebugPort;
17 ::ll::TypedStorage<8, 40, ::std::optional<::std::string>> mHost;
18 ::ll::TypedStorage<4, 8, ::std::optional<uint>> mPort;
19 ::ll::TypedStorage<8, 40, ::std::optional<::std::string>> mPasscode;
20 // NOLINTEND
21
22public:
23 // member functions
24 // NOLINTBEGIN
26 // NOLINTEND
27
28public:
29 // destructor thunk
30 // NOLINTBEGIN
31 MCAPI void $dtor();
32 // NOLINTEND
33};
Definition ScriptDebuggerSettings.h:8