Table of Contents

Delegate MaaCustomActionCallback

Namespace
MaaFramework.Binding.Interop.Native
Assembly
MaaFramework.Binding.Native.dll
public delegate bool MaaCustomActionCallback(nint context, long taskId, string currentTaskName, string customActionName, string customActionParam, long recoId, nint box, nint transArg)

Parameters

context nint
taskId long
currentTaskName string
customActionName string
customActionParam string
recoId long
box nint
transArg nint

Returns

bool