Env rotorwash emitter: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(updates)
(-added class hierarchy, cleanup)
 
(7 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{lang|Env rotorwash emitter}}
{{LanguageBar}}
{{base point multi|env_rotorwash_emitter|game1=Half-Life 2|game2=Portal|game3=Alien Swarm}} It creates a [[rotor wash]] effect.
{{CD|CRotorWashEmitter|file1=rotorwash.cpp}}
 
{{this is a|point entity|name=env_rotorwash_emitter|game=Half-Life 2 series|game1=Portal|game2=Alien Swarm}} It creates a [[rotor wash]] effect, when a helicopter flies near the ground. The surface below must always be at most 1024 units away to be detected, and can either be solid ground, water or slime.
{{code class|CRotorWashEmitter|rotorwash.cpp}}


==Keyvalues==
==Keyvalues==
{{KV|Altitude (altitude)|float|Altitude the rotorwash will show up.}}
{{KV Targetname}}
{{KV BaseEntity|css=1}}
{{KV|Altitude|intn=altitude|float|Altitude the rotorwash will show up. Despite being present in the entity, it's not actually used for anything.}}
 
==Inputs==
{{I BaseEntity}}
 
==Outputs==
{{O BaseEntity|l4d=1}}

Latest revision as of 15:17, 8 September 2024

English (en)中文 (zh)Translate (Translate)
C++ Class hierarchy
CRotorWashEmitter
CBaseEntity
C++ rotorwash.cpp

env_rotorwash_emitter is a point entity available in Half-Life 2 series Half-Life 2 series, Portal Portal, and Alien Swarm Alien Swarm. It creates a rotor wash effect, when a helicopter flies near the ground. The surface below must always be at most 1024 units away to be detected, and can either be solid ground, water or slime.

Keyvalues

Name (targetname) <string>[ Edit ]
The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentname or target).
Also displayed in Hammer's 2D views and Entity Report.
See also:  Generic Keyvalues, Inputs and Outputs available to all entities

Altitude (altitude) <float>
Altitude the rotorwash will show up. Despite being present in the entity, it's not actually used for anything.