Method GetActionDetail
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.dll
GetActionDetail(long, out string, out string, IMaaRectBuffer?, out bool, out string)
Gets the action detail.
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