| 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)