Difference between revisions of "043F"
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: | ||
− | {{ | + | {{Icon|3}} {{Icon|VC}} |
− | + | <hr /> | |
− | + | '''Description''' | |
− | + | : Plays the finale cutscene audio | |
− | + | '''Syntax''' | |
− | This opcode plays the audio for the finale cutscene. The finale cutscene has unique [[hardcoded]] properties | + | : 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
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.