Stopsound: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
stopsound <sound number>
'''stopsound''' <sound number><br>
'''stopsoundvar''' <sound number>


Stops the playing of the sound in <sound number>. See also, [[stopallsounds]].
Stops the playing of the sound in <sound number>. See [[stopallsounds]].
 
{{varsuffix}}


[[Category:Duke3D 1.3/1.5 commands]]
[[Category:Duke3D 1.3/1.5 commands]]
[[Category:Sound manipulation]]
[[Category:Sound manipulation]]

Latest revision as of 20:41, 24 February 2011

stopsound <sound number>
stopsoundvar <sound number>

Stops the playing of the sound in <sound number>. See stopallsounds.

Commands with an additional "var" suffix take gamevars rather than constants or defined labels for their inputs. As an alternate short form, "varvar" can be dropped from these commands; for example ife serves an an alias for ifvarvare.