Click or drag to resize

CoroutineWait Method (Int32, FuncBoolean)

Namespace:  Buddy.Coroutines
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static Task<bool> Wait(
	int maxWaitMs,
	Func<bool> condition
)

Parameters

maxWaitMs
Type: SystemInt32
condition
Type: SystemFuncBoolean

Return Value

Type: TaskBoolean
See Also