Difference between revisions of "043F"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with '{{OpCode | ini = 043F=0, | description = Play finale cutscene audio | game = GTA 3, Vice City }} This opcode plays the audio for the finale cutscene. The f…')
 
Line 1: Line 1:
{{OpCode
+
{{Icon|3}} {{Icon|VC}}
| ini        = 043F=0,
+
<hr />
| description = Play finale cutscene audio
+
'''Description'''
| game        = [[GTA 3]], [[Vice City]]
+
: Plays the finale cutscene audio
}}
+
'''Syntax'''
This opcode plays the audio for the finale cutscene. The finale cutscene has unique [[hardcoded]] properties so without this opcode, the finale cutscene would be silent.
+
: 043F: play_cutscene_music
 +
'''Parameter'''
 +
: ''none''
 +
 
 +
This opcode plays the audio for the finale cutscene (<code>END</code> for GTA III, <code>FINALE</code> for Vice City). The finale cutscene has unique [[hardcoded]] properties that requires this opcode to be placed right after the cutscene is started with opcode [[02E7]]. Without this opcode, the finale cutscene would be silent.
 +
 
 +
[[Category:OpCodes]]

Revision as of 00:27, 11 December 2011

GTA III Vice City


Description

Plays the finale cutscene audio

Syntax

043F: play_cutscene_music

Parameter

none

This opcode plays the audio for the finale cutscene (END for GTA III, FINALE for Vice City). The finale cutscene has unique hardcoded properties that requires this opcode to be placed right after the cutscene is started with opcode 02E7. Without this opcode, the finale cutscene would be silent.