Ambient music/en

From Valve Developer Community
Jump to: navigation, search
class hierarchy
CAmbientMusic
CPointEntity
CBaseEntity
Ambient generic.png

It is used to play L4D specific audio in the music layer, overriding music queued by the AI Director.

Keyvalues

Sound Name (message) <sound>
Name of the GameSound entry to play.

Targetname:
Name (targetname) <string>
The targetname that other entities refer to this entity by.

Inputs

PlaySound
Starts the sound.
StopSound
Stops the sound if it is playing.

See Also