Method MaaResourceGetDefaultActionParam
- Namespace
- MaaFramework.Binding.Interop.Native
- Assembly
- MaaFramework.Binding.Native.dll
MaaResourceGetDefaultActionParam(nint, string, nint)
Get default action parameters for the specified type from DefaultPipelineMgr.
public static bool MaaResourceGetDefaultActionParam(nint res, string actionType, nint buffer)Parameters
resnint-
The resource handle.
actionTypestring-
Action type string (e.g., "Click", "Swipe").
buffernint-
Output buffer for the JSON string of action parameters.