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
nodeIdlong-
The node id.
nodeNamestring-
The node name.
recognitionIdlong-
The recognition id.
actionIdlong-
The action id.
actionCompletedbool-
A value indicating whether the action is completed.
Returns
Remarks
Wrapper of MaaFramework.Binding.Interop.Native.MaaTasker.MaaTaskerGetNodeDetail(System.IntPtr,System.Int64,System.IntPtr,System.Int64@,System.Int64@,System.Boolean@).