GameFadeScreenOut Method (Int32, Boolean)

RAGE Plugin Hook Documentation

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

Fades the screen out over the specified amount of time.

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

public static void FadeScreenOut(
	int ms,
	bool wait
)

Parameters

ms
Type: SystemInt32
The time it takes to fade out, in milliseconds.
wait
Type: SystemBoolean
Whether or not the call should block the current thread until the screen is faded in.
See Also

Reference