Difference between revisions of "FF8/Field/Script/Opcodes/0CD SESTOP"

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Shard
(Created page with "* Opcode: '''0x0CD''' * Short name: '''SESTOP''' * Long name: Stop sound effect ==== Argument ==== none ==== Stack ==== :''Channel (must be a power of 2)'' :'''SESTOP''' =...")
 
my_wiki>Shard
m (Description)
Line 13: Line 13:
 
==== Description ====
 
==== Description ====
  
Stop the sound effect currently playing on the given channel. Channel is defined in the call to [[FF8/Field/Script/Opcodes/021_EFECTPLAY2|EFFECTPLAY2]] and must be a power of 2.
+
Stop the sound effect currently playing on the given channel. Channel is defined in the call to [[FF8/Field/Script/Opcodes/021_EFFECTPLAY2|EFFECTPLAY2]] and must be a power of 2.

Revision as of 05:36, 21 January 2014

  • Opcode: 0x0CD
  • Short name: SESTOP
  • Long name: Stop sound effect

Argument

none

Stack

Channel (must be a power of 2)
SESTOP

Description

Stop the sound effect currently playing on the given channel. Channel is defined in the call to EFFECTPLAY2 and must be a power of 2.