Method WaitFreezes
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.Native.dll
WaitFreezes(TimeSpan, IMaaRectBuffer?, string)
Waits for screen to stabilize (freeze).
public bool WaitFreezes(TimeSpan time = default, IMaaRectBuffer? recognitionBox = null, string waitFreezesParam = "{}")Parameters
timeTimeSpan-
The wait time.
recognitionBoxIMaaRectBuffer?-
The recognition hit box, used when target is Self to calculate ROI.
waitFreezesParamstring-
The wait parameters.
Supports time, target, target_offset, threshold, method, rate_limit, timeout.
Returns
Remarks
time and waitFreezesParam.time are mutually exclusive.
Exceptions
WaitFreezes(TimeSpan, MaaRectBuffer?, string)
Waits for screen to stabilize (freeze).
public bool WaitFreezes(TimeSpan time = default, MaaRectBuffer? recognitionBox = null, string waitFreezesParam = "{}")Parameters
timeTimeSpan-
The wait time.
recognitionBoxMaaRectBuffer?-
The recognition hit box, used when target is Self to calculate ROI.
waitFreezesParamstring-
The wait parameters.
Supports time, target, target_offset, threshold, method, rate_limit, timeout.
Returns
Remarks
time and waitFreezesParam.time are mutually exclusive.
Exceptions
WaitFreezes(ulong, IMaaRectBuffer?, string)
Waits for screen to stabilize (freeze).
public bool WaitFreezes(ulong millisecondsTime = 0, IMaaRectBuffer? recognitionBox = null, string waitFreezesParam = "{}")Parameters
millisecondsTimeulong-
The wait time in milliseconds.
recognitionBoxIMaaRectBuffer?-
The recognition hit box, used when target is Self to calculate ROI.
waitFreezesParamstring-
The wait parameters.
Supports time, target, target_offset, threshold, method, rate_limit, timeout.
Returns
Remarks
millisecondsTime and waitFreezesParam.time are mutually exclusive.
Exceptions
WaitFreezes(ulong, MaaRectBuffer?, string)
Waits for screen to stabilize (freeze).
public bool WaitFreezes(ulong millisecondsTime = 0, MaaRectBuffer? recognitionBox = null, string waitFreezesParam = "{}")Parameters
millisecondsTimeulong-
The wait time in milliseconds.
recognitionBoxMaaRectBuffer?-
The recognition hit box, used when target is Self to calculate ROI.
waitFreezesParamstring-
The wait parameters.
Supports time, target, target_offset, threshold, method, rate_limit, timeout.
Returns
Remarks
millisecondsTime and waitFreezesParam.time are mutually exclusive.