Exemplo n.º 1
0
 public static void FF9SFX_StopLoop(Int32 id)
 {
     FF9Snd.ff9snd_sndeffect_stop(id, 0);
 }
Exemplo n.º 2
0
 public static void FF9SFX_Stop(Int32 id)
 {
     FF9Snd.ff9snd_sndeffect_stop(id, 8388608);
 }