Table of Contents

Constructor ActionDetail

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.dll

ActionDetail(long, string, string, IMaaRectBuffer, bool, string)

A sealed record providing properties of action detail.

public ActionDetail(long Id, string NodeName, string Action, IMaaRectBuffer Box, bool IsSucceeded, string Detail)

Parameters

Id long

Gets the action id.

NodeName string

Gets the node name.

Action string

Gets the action.

Box IMaaRectBuffer

Gets the hit box.

IsSucceeded bool

Gets a value indicating whether the action is succeeded.

Detail string

Gets the action detail.