Table of Contents

Method SetOptionScreenshotTargetLongSide

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.dll

SetOptionScreenshotTargetLongSide(IMaaOption<ControllerOption>?, int)

Sets value to an option.

public static bool SetOptionScreenshotTargetLongSide(this IMaaOption<ControllerOption>? opt, int value)

Parameters

opt IMaaOption<ControllerOption>?

The option.

value int

The value.

Returns

bool

true if the option was set successfully; otherwise, false.

Exceptions

ArgumentNullException
NotSupportedException

The opt or value is not supported.