- This wiki is out of date, use the continuation of this wiki instead
Play wav
From FenixWiki
(Difference between revisions)
Revision as of 13:55, 22 April 2007 (edit) Woody (Talk | contribs) ← Previous diff |
Revision as of 15:11, 22 April 2007 (edit) (undo) Woody (Talk | contribs) Next diff → |
||
Line 1: | Line 1: | ||
[[Category:functions]] | [[Category:functions]] | ||
+ | [[Category:sound]] | ||
'''INT''' play_wav ( <'''INT''' sound> , <'''INT''' repeats> ) | '''INT''' play_wav ( <'''INT''' sound> , <'''INT''' repeats> ) | ||
Plays a WAV sound effect previously loaded with [[load_wav]]. Use -1 in repeats for an infinite loop if you swing that way. | Plays a WAV sound effect previously loaded with [[load_wav]]. Use -1 in repeats for an infinite loop if you swing that way. |
Revision as of 15:11, 22 April 2007
INT play_wav ( <INT sound> , <INT repeats> )
Plays a WAV sound effect previously loaded with load_wav. Use -1 in repeats for an infinite loop if you swing that way.