Method ClearHitCount
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.Native.dll
ClearHitCount(string)
Clears the hit count of a node.
public bool ClearHitCount(string nodeName)Parameters
nodeNamestring-
The node name.
Returns
Remarks
Wrapper of MaaFramework.Binding.Interop.Native.MaaContext.MaaContextClearHitCount(System.IntPtr,System.String).