Method RunAction
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.dll
RunAction(string, IMaaRectBuffer, string, string)
Run an action.
NodeDetail? RunAction(string entry, IMaaRectBuffer recognitionBox, string recognitionDetail, string pipelineOverride = "{}")
Parameters
entry
string-
The action entry name.
recognitionBox
IMaaRectBuffer-
The rect buffer containing current rect in the recognition result.
recognitionDetail
string-
The rect detail in the recognition result.
pipelineOverride
string-
The json used to override the pipeline.
Returns
- NodeDetail?
-
MaaFramework.Binding.NodeDetail if the operation was executed successfully; otherwise, null.