Table of Contents

Method AppendAction

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.Native.dll

AppendAction(string, string, IMaaRectBuffer?, string)

Appends a job of executing an action.

public 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.

AppendAction(string, string, MaaRectBuffer?, string)

Appends a job of executing an action.

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

Parameters

actionType string

The action type.

actionParam string

The action parameters json.

box MaaRectBuffer?

The recognition position.

recoDetail string

The recognition details.

Returns

MaaTaskJob

A task job.

Remarks

Wrapper of MaaFramework.Binding.Interop.Native.MaaTasker.MaaTaskerPostAction(System.IntPtr,System.String,System.String,System.IntPtr,System.String).