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