Method AppendAction
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.dll
AppendAction(string, string, IMaaRectBuffer, string)
Appends a job of executing an action.
MaaTaskJob AppendAction(string actionType, string actionParam, IMaaRectBuffer box, string recoDetail)Parameters
actionTypestring-
The action type.
actionParamstring-
The action parameters json.
boxIMaaRectBuffer-
The recognition position.
recoDetailstring-
The recognition details.
Returns
- MaaTaskJob
-
A task job.