Env rotorwash emitter: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.)
mNo edit summary
Line 5: Line 5:


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



Revision as of 15:16, 8 September 2024

English (en)中文 (zh)Translate (Translate)

env_rotorwash_emitter is a point entity available in Half-Life 2 Half-Life 2, 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.

C++ In code, it is represented by theCRotorWashEmitterclass, defined in therotorwash.cppfile.

Keyvalues

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


Inputs

Outputs