Env entity dissolver: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (revert)
m (minoro)
Line 1: Line 1:
{{wrongtitle|title=env_entity_dissolver}}
{{wrongtitle|title=env_entity_dissolver}}
==Entity Description==
 
Entity Dissolver
== Entity description ==
==Keyvalues==
An entity dissolver.
 
== Keyvalues ==
* {{kv targetname}}
* {{kv targetname}}
* '''target'''
* '''target'''
Line 21: Line 23:
| 3 || Core Effect
| 3 || Core Effect
|}
|}
==Inputs==
 
== Inputs ==
* {{i targetname}}
* {{i targetname}}
* '''Dissolve <target_destination>'''
* '''Dissolve <target_destination>'''
: Dissolve target, if no target is passed it'll use the target specified in the target field.
: Dissolve target, if no target is passed it'll use the target specified in the target field.
==Outputs==
 
== Outputs ==
* {{o targetname}}
* {{o targetname}}
[[Category:Half-Life 2: Episode One Entities]]
[[Category:Half-Life 2: Episode One Entities]]

Revision as of 06:21, 20 November 2007

Template:Wrongtitle

Entity description

An entity dissolver.

Keyvalues

<target_destination> Targetname of the entity you want to dissolve.
  • magnitude
<integer> How strongly to push away from the center.
  • dissolvetype
<choices> Dissolve Type
Literal Value Description
0 Energy
1 Heavy electrical
2 Light electrical
3 Core Effect

Inputs

Dissolve target, if no target is passed it'll use the target specified in the target field.

Outputs