GameFiberSleepThis Method

RAGE Plugin Hook Documentation

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

Sleeps this instance the specified duration. Note that only the active GameFiber can be set to sleep.

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

protected virtual void SleepThis(
	int duration
)

Parameters

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

Reference