Env airstrike outdoors: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Reformat)
m (Classifying as model entity)
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{l4d2 point|env_airstrike_outdoors}} It simulates an airstrike effect for outdoors (exploding roof, ground).
{{CD|CEnvAirStrikeOutdoorEffect}}
{{this is a|model entity|name=env_airstrike_outdoors|game=Left 4 Dead 2}} It simulates an airstrike effect for outdoors (exploding roof, ground).


== Keyvalues ==
== Keyvalues ==
{{KV|Model|studio|Model name}}
{{KV|Animation group|target_destination|Targetname of one or multiple dynamic_props to choreograph along with our sequence.}}
{{KV|Random sequence 1|string|Sequence for the model to play when the effect begins.}}
{{KV|Random sequence 2|string|Sequence for the model to play when the effect begins.}}
{{KV Targetname}}
{{KV Targetname}}
{{KV Angles}}
{{KV|Model|intn=model|studio|Model name}}
{{KV Parentname}}
{{KV|Animation group|intn=modelgroup|target_destination|Targetname of one or multiple dynamic_props to choreograph along with our sequence.}}
{{KV|Random sequence 1|intn=sequence1|string|Sequence for the model to play when the effect begins.}}
{{KV|Random sequence 2|intn=sequence2|string|Sequence for the model to play when the effect begins.}}


== Inputs ==
== Inputs ==
{{IO|DoEffect|Do the effect one time}}
{{I|DoEffect|Do the effect one time{{elaborate}}}}
{{I Targetname}}
{{I Parentname}}


== Outputs ==
== See also ==
{{O Targetname}}
* {{ent|env_airstrike_indoors}}

Latest revision as of 04:31, 19 May 2025

C++ Class hierarchy
CEnvAirStrikeOutdoorEffect
CBaseAnimating
CBaseEntity

env_airstrike_outdoors is a model entity available in Left 4 Dead 2 Left 4 Dead 2. It simulates an airstrike effect for outdoors (exploding roof, ground).

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

Model (model) <model path>
Model name
Animation group (modelgroup) <targetname>
Targetname of one or multiple dynamic_props to choreograph along with our sequence.
Random sequence 1 (sequence1) <string>
Sequence for the model to play when the effect begins.
Random sequence 2 (sequence2) <string>
Sequence for the model to play when the effect begins.

Inputs

DoEffect
Do the effect one time[Elaborate?]

See also