Table of Contents

Method GetActionDetail

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

GetActionDetail(long, out string, out string, IMaaRectBuffer?, out bool, out string)

Gets the action detail.

public bool GetActionDetail(long actionId, out string nodeName, out string action, IMaaRectBuffer? box, out bool isSucceeded, out string detailJson)

Parameters

actionId long

The action id.

nodeName string

The node name.

action string

The action.

box IMaaRectBuffer?

The hit box.

isSucceeded bool

A value indicating whether the action is succeeded.

detailJson string

the action detail

Returns

bool

true if query was successful; otherwise, false.

GetActionDetail(long, out string, out string, MaaRectBuffer?, out bool, out string)

public bool GetActionDetail(long actionId, out string nodeName, out string action, MaaRectBuffer? box, out bool isSucceeded, out string detailJson)

Parameters

actionId long
nodeName string
action string
box MaaRectBuffer?
isSucceeded bool
detailJson string

Returns

bool

Remarks

Wrapper of MaaFramework.Binding.Interop.Native.MaaTasker.MaaTaskerGetActionDetail(System.IntPtr,System.Int64,System.IntPtr,System.IntPtr,System.IntPtr,System.Boolean@,System.IntPtr).