Native referenceFiveM

DO_SCREEN_FADE_IN

0xD4E8E24955024033 CAM
FUNCTION SIGNATURE
void DO_SCREEN_FADE_IN(int duration);
Property Value
Native Name DO_SCREEN_FADE_IN
Hash 0xD4E8E24955024033
Return Type void
Parameters duration (int)

Description: ``` Fades the screen in.
duration: The time the fade should take, in milliseconds.

Back to CAM