Table of Contents

Method GetLatestNode

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

GetLatestNode(string, out long)

Gets the latest node.

public bool GetLatestNode(string nodeName, out long latestId)

Parameters

nodeName string

The name of the node in the task.

latestId long

The latest node id.

Returns

bool

true if query was successful; otherwise, false.

Remarks

Wrapper of MaaFramework.Binding.Interop.Native.MaaTasker.MaaTaskerGetLatestNode(System.IntPtr,System.String,System.Int64@).