Method GetNodeData
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.Native.dll
GetNodeData(string, out string)
Gets the node data from the MaaFramework.Binding.IMaaResource by node name.
public bool GetNodeData(string nodeName, out string data)
Parameters
Returns
Remarks
Wrapper of MaaFramework.Binding.Interop.Native.MaaResource.MaaResourceGetNodeData(System.IntPtr,System.String,System.IntPtr).