Env entity dissolver: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (cleanup tags + link)
Line 1: Line 1:
{{wrongtitle|title=env_entity_dissolver}}
{{wrongtitle|title=env_entity_dissolver}}
{{screenshot}}


== Entity description ==
== Entity description ==
An entity dissolver.
An [[entity]] dissolver{{clarify}}.


== Keyvalues ==
== Keyvalues ==

Revision as of 03:55, 29 September 2010

Template:Wrongtitle

Nuvola apps ksnapshot.png
This article or section needs a screenshot to help visually convey the subject.
You can upload screenshots at Special:Upload. For help, see Help:Images.

Entity description

An entity dissolver[Clarify].

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

  • target
<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_destination>
Dissolve target, if no target is passed it'll use the target specified in the target field.

Outputs