Difference between revisions of "018E"

From GTAMods Wiki
Jump to navigation Jump to search
(updating page)
m
 
Line 1: Line 1:
{{Icon|3}} {{Icon|VC}} '''REMOVE_SOUND'''
+
{{OpCode
<hr />
+
| games      = {{Icon|3}} {{Icon|VC}}
<onlyinclude>{{#ifeq:{{{transcludesection|opcode}}}|opcode|
+
| command    = REMOVE_SOUND
'''Description'''
+
| description = Removes the continuous looping sound effect
: Removes the continuous looping sound effect
+
| syntax1    = 018E: stop_sound [''sound handle'']
'''Syntax'''
+
| p1t        = [''sound handle'']
: 018E: stop_sound [''sound handle'']
+
| p1d        = The [[018D|handle of the sound]]
'''Parameter'''
+
}}
: [''sound handle'']
 
:: The [[018D|handle of the sound]]
 
  
 
This opcode removes the continuous looping sound effect created by opcode [[018D]].
 
This opcode removes the continuous looping sound effect created by opcode [[018D]].
}}</onlyinclude>
 
  
 
== Keywords ==
 
== Keywords ==
 
stop, remove, sound, sfx
 
stop, remove, sound, sfx
 
[[Category:OpCodes]]
 

Latest revision as of 21:44, 18 July 2017

GTA III Vice City REMOVE_SOUND


Description
Removes the continuous looping sound effect
Syntax
018E: stop_sound [sound handle]
Parameter
[sound handle]
The handle of the sound

This opcode removes the continuous looping sound effect created by opcode 018D.

Keywords

stop, remove, sound, sfx