Native referenceRedMclient

DO_SCREEN_FADE_IN

0x6A053CF596F67DF7 CAM
FUNCTION SIGNATURE
void DO_SCREEN_FADE_IN(int duration);
Property Value
Native Name DO_SCREEN_FADE_IN
Hash 0x6A053CF596F67DF7
Return Type void
Build 1207
API Set client
Parameters duration (int)

Description: Fades the screen in.

duration: The time the fade should take, in milliseconds.

Usage

Lua (Direct):

DoScreenFadeIn(duration)

Lua (Hash):

Citizen.InvokeNative(0x6A053CF596F67DF7, duration)
Back to CAM