Call of Duty Script Documentation

soundexists(<aliasname>)


Module
Sound


Summary


  Returns true if the sound alias exists

Example


  if (soundexists("Dirt_skid","skidsound",true)) { ... }

Minimum Number of arguments: 1


Number of optional arguments: 0



Return to Function List