This article's documentation is for anything that uses the Source engine. Click here for more information.

soundent

From Valve Developer Community
Jump to: navigation, search

Stub

This article or section is a stub. You can help by adding to it.

Info.png
This entity is not in the FGD by default .
It should not be put directly in a map because it can only be configured through code.
class hierarchy
CSoundEnt defined in soundent.cpp
CPointEntity
CBaseEntity

soundent is a point entity available in all Source Source games. It's created automatically and manages sounds that AI hears

Warning.pngWarning:Killing this entity crashes the game

ConVars

Cvar/CommandParameters or default valueDescriptorEffect
displaysoundlist0Prints and visualizes sounds added/removed info. 1 = all sound, 2 = danger sounds

See Also