Method SetOption_DebugMode
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.dll
SetOption_DebugMode(IMaaOption<GlobalOption>?, bool)
Whether to debug
public static bool SetOption_DebugMode(this IMaaOption<GlobalOption>? opt, bool value)Parameters
optIMaaOption<GlobalOption>?-
The option.
valuebool-
The value.
Returns
Remarks
value: bool, eg: true; val_size: sizeof(bool)
Exceptions
- ArgumentNullException
- NotSupportedException
-
The
optorvalueis not supported.