Table of Contents

Method AppendAction

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.dll

AppendAction(string, string, IMaaRectBuffer?, string)

Appends a job of executing an action.

MaaTaskJob AppendAction(string actionType, string actionParam, IMaaRectBuffer? box = null, string recoDetail = "{}")

Parameters

actionType string

The action type.

actionParam string

The action parameters json.

box IMaaRectBuffer?

The recognition position.

recoDetail string

The recognition details.

Returns

MaaTaskJob

A task job.