GameFiberCanSleepNow Property

RAGE Plugin Hook Documentation

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

Gets a value indicating whether the calling code is executing in the active GameFiber instance.

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

public static bool CanSleepNow { get; }

Property Value

Type: Boolean
true if the calling code is executing in the active GameFiber instance; otherwise, false.
See Also

Reference