GameFadeScreenIn Method (Int32)

RAGE Plugin Hook Documentation

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

Fades the screen in 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 FadeScreenIn(
	int ms
)

Parameters

ms
Type: SystemInt32
The time it takes to fade in, in milliseconds.
See Also

Reference