Table of Contents

Method GetNodeDetail

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

GetNodeDetail(long, out string, out long, out long, out bool)

Gets the node detail.

public bool GetNodeDetail(long nodeId, out string nodeName, out long recognitionId, out long actionId, out bool actionCompleted)

Parameters

nodeId long

The node id.

nodeName string

The node name.

recognitionId long

The recognition id.

actionId long

The action id.

actionCompleted bool

A value indicating whether the action is completed.

Returns

bool

true if query was successful; otherwise, false.

Remarks

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