GameFiberWaitThis Method

RAGE Plugin Hook Documentation

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

Waits this instance the specified duration. Note that only the active GameFiber can be set to wait.

Unlike sleep, wait is scaled based on game time dilation.

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

protected virtual void WaitThis(
	int duration
)

Parameters

duration
Type: SystemInt32
The duration, in milliseconds, to wait the fiber for.
See Also

Reference