Method GetNodeDetail
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.dll
GetNodeDetail(long, out string, out long, out bool)
Gets the node detail.
bool GetNodeDetail(long nodeId, out string name, out long recognitionId, out bool actionCompleted)
Parameters
nodeId
long-
The node id.
name
string-
The node name.
recognitionId
long-
The recognition id.
actionCompleted
bool-
A value indicating whether the action run completed.