Call of Duty Script Documentation
musicstop(<time>)
ModuleSound
Summary
Stop playing music.
Example
musicstop(3);
Minimum Number of arguments: 0
Number of optional arguments: 1
1 : <time> The time over which the music will fade in seconds. If this option is not present then the music will stop immediately.
Return to Function List