016A

From GTAMods Wiki
Revision as of 00:09, 20 November 2016 by Link2012 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

GTA III Vice City San Andreas DO_FADE


Description
Fades the screen
Syntax
016A: fade [int1] [int2] ms
fade [int1] [int2]
Parameter
[int2]
Duration in milliseconds
[int1]
Fade stage (see below)

This opcode allows the screen to fade in and fade back out. The color of the fade can be set through opcode 0169. The longer the time set to fade, the slower the screen will fade. As the screen fades in, game sounds will fade out, and vice versa. Use opcode 043C to prevent game sounds from being affected. The game is unable to be paused as the screen fades.

Fade stages

Stage Enum Notes
0 FADE_OUT Fade out of game into color
1 FADE_IN Fade out of color into game

Keywords

do, fade

See also

  • GTA III Vice City San Andreas 0169, sets the fading color
  • GTA III Vice City San Andreas 016B, checks if the screen is fading