Table of Contents

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

nodeName string

The node name.

Returns

bool

true if the operation was executed successfully; otherwise, false.

Remarks

Wrapper of MaaFramework.Binding.Interop.Native.MaaContext.MaaContextClearHitCount(System.IntPtr,System.String).