Method GetActionDetail
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.Native.dll
GetActionDetail(long, out string, out string, IMaaRectBuffer?, out bool, out string)
Gets the action detail.
public bool GetActionDetail(long actionId, out string nodeName, out string action, IMaaRectBuffer? box, out bool isSucceeded, out string detailJson)Parameters
actionIdlong-
The action id.
nodeNamestring-
The node name.
actionstring-
The action.
boxIMaaRectBuffer?-
The hit box.
isSucceededbool-
A value indicating whether the action is succeeded.
detailJsonstring-
the action detail
Returns
GetActionDetail(long, out string, out string, MaaRectBuffer?, out bool, out string)
public bool GetActionDetail(long actionId, out string nodeName, out string action, MaaRectBuffer? box, out bool isSucceeded, out string detailJson)Parameters
Returns
Remarks
Wrapper of MaaFramework.Binding.Interop.Native.MaaTasker.MaaTaskerGetActionDetail(System.IntPtr,System.Int64,System.IntPtr,System.IntPtr,System.IntPtr,System.Boolean@,System.IntPtr).