Call of Duty Script Documentation

playyellsound(<aliasname>, <notification string>, <stoppable flag>)


Module
Sound


Summary


Play the sound alias as if yelled by the entity

Call this function on


<entity> An entity

Example


  self playyellsound(soundAlias, "animscript facesound", true);

Minimum Number of arguments: 1


Number of optional arguments: 2



Return to Function List