Call of Duty Script Documentation
soundexists(<aliasname>)
ModuleSound
Summary
Returns true if the sound alias exists
Example
if (soundexists("Dirt_skid","skidsound",true)) { ... }
Minimum Number of arguments: 1
1 : <aliasname> The sound alias to play
Number of optional arguments: 0
Return to Function List