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

Soundent: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(-)
 
(-codeonly)
Line 1: Line 1:
{{stub}}
{{stub}}
{{Ent not in fgd|nolink=1}}
{{Ent not in fgd|codeonly=1}}
{{CD|CSoundEnt|file1=soundent.cpp}}
{{CD|CSoundEnt|file1=soundent.cpp}}
{{this is a|point entity|name=soundent}} It's created automatically and manages sounds that AI hears
{{this is a|point entity|name=soundent}} It's created automatically and manages sounds that AI hears

Revision as of 06:53, 28 June 2024

Stub

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

Icon-NotInFGD.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.
C++ Class hierarchy
CSoundEnt
CPointEntity
CBaseEntity
C++ soundent.cpp

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/Command Parameters or default value Descriptor Effect
displaysoundlist 0 Prints and visualizes sounds added/removed info. 1 = all sound, 2 = danger sounds

See Also