Method Query<TRect>
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.dll
Query<TRect>(long, IMaaTasker)
Queries the action detail.
public static ActionDetail? Query<TRect>(long actionId, IMaaTasker tasker) where TRect : IMaaRectBuffer, new()Parameters
actionIdlong-
The action id.
taskerIMaaTasker-
The maa tasker.
Returns
- ActionDetail?
-
A MaaFramework.Binding.ActionDetail if query was successful; otherwise, null.
Type Parameters
TRect