Table of Contents

Method GetActionDetail

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.dll

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

Gets the action detail.

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.