Method GetHitCount
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.Native.dll
GetHitCount(string, out ulong)
Gets the hit count of a node.
public bool GetHitCount(string nodeName, out ulong count)Parameters
Returns
Remarks
Wrapper of MaaFramework.Binding.Interop.Native.MaaContext.MaaContextGetHitCount(System.IntPtr,System.String,System.UInt64@).