Table of Contents

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

nodeName string

The node name.

count ulong

The hit count.

Returns

bool

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

Remarks

Wrapper of MaaFramework.Binding.Interop.Native.MaaContext.MaaContextGetHitCount(System.IntPtr,System.String,System.UInt64@).