Trigger soundscape: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (swapped template for modern counterpart)
Line 3: Line 3:
{{entity|trigger_soundscape|type=e2}} It automatically triggers an {{ent|env_soundscape_triggerable}} whenever a player is inside its volume and not triggering any other soundscape entities.
{{entity|trigger_soundscape|type=e2}} It automatically triggers an {{ent|env_soundscape_triggerable}} whenever a player is inside its volume and not triggering any other soundscape entities.
== Keyvalues ==
== Keyvalues ==
{{KV|Soundscape|intn=soundscape|targetname|The {{ent|env_soundscape_triggerable}} that this brush triggers. {{confusion|Not to be confused with the actual soundscape that the <tt>env_soundscape_triggerable</tt> then calls.}}}}
{{KV|Soundscape|intn=soundscape|targetname|The {{ent|env_soundscape_triggerable}} that this brush triggers. {{ModernConfusion|Not to be confused with the actual soundscape that the <tt>env_soundscape_triggerable</tt> then calls.}}}}


== See Also ==
== See Also ==

Revision as of 03:54, 17 April 2023

English (en)Translate (Translate)
C++ Class hierarchy
CTriggerSoundscape
CBaseTrigger
CBaseToggle
CBaseEntity
C++ soundscape.cpp

Template:Entity It automatically triggers an env_soundscape_triggerable whenever a player is inside its volume and not triggering any other soundscape entities.

Keyvalues

Soundscape (soundscape) <targetname>
The env_soundscape_triggerable that this brush triggers.
Warning.pngRisk of Confusion:Not to be confused with the actual soundscape that the env_soundscape_triggerable then calls.

See Also