GameFiberWaitWhile Method (FuncBoolean)

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Yields the executing fiber while the specified condition is met. The condition is not checked while the game is paused.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public static void WaitWhile(
	Func<bool> condition
)

Parameters

condition
Type: SystemFuncBoolean
The condition.
Examples

See SleepWhile(FuncBoolean, Int32) for examples.
See Also

Reference