StopSnd

From M.U.G.E.N Wiki

Revision as of 11:30, 5 October 2009 by Minion (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search



State Controller: StopSnd

Stops any sound which is playing on the specified channel.

Required parameters:
channel = chan_no (int)
Stops playback of any sound on chan_no. If chan_no is -1, then all sounds are stopped, including those belonging to other players.
Optional parameters:
none
Example:
none