Env rotorwash emitter: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Undo revision 157196 by Dmx6 (talk) This keyvalue is present both in the FGD and Source code)
(updates)
Line 1: Line 1:
{{base point|env_rotorwash_emitter}} It creates a rotorwash effect.
{{lang|Env rotorwash emitter}}
{{base point multi|env_rotorwash_emitter|game1=Half-Life 2|game2=Portal|game3=Alien Swarm}} It creates a [[rotor wash]] effect.


== Keyvalues ==
{{code class|CRotorWashEmitter|rotorwash.cpp}}
{{KV|Altitude|float|Altitude the rotorwash will show up.}}
{{KV Targetname}}
{{KV Parentname}}


== Inputs ==
==Keyvalues==
{{I Targetname}}
{{KV|Altitude (altitude)|float|Altitude the rotorwash will show up.}}
{{I Parentname}}
{{KV BaseEntity|css=1}}


== Outputs ==
==Inputs==
{{O Targetname}}
{{I BaseEntity}}
 
==Outputs==
{{O BaseEntity|l4d=1}}

Revision as of 11:34, 30 September 2018

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

Template:Base point multi It creates a rotor wash effect.

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

Keyvalues

Altitude (altitude) ([todo internal name (i)]) <float>
Altitude the rotorwash will show up.


Inputs

Outputs