asw_entity_dissolve

From Source Entities
Jump to navigation Jump to search
Info.png

This entity is not in the stock FGD files by default.
See below for instructions on making it available.

Code classes:

asw_entity_dissolve is a point entity present in Asw.pngAlien Swarm. It creates a dissolving particle effect similar to the ones seen in Half-Life 2 and Portal.

FGD Code[edit | edit source]

@PointClass base(Targetname) = asw_entity_dissolve :
	"It dissolves things."
[
	target(target_name_or_class) : "Target" : : "Entity or entities to dissolve. Alternatively, the target may be specified in the 'Dissolve' input's parameter."
	input Dissolve(target_destination) : "Dissolves the specified entities. If the parameter is left blank, the entities specified by 'Target' will be dissolved."
]

Keyvalues[edit | edit source]

Target (target) <target_name_or_class>
Entity or entities to dissolve. Alternatively, the target may be specified in the Dissolve input's parameter.

Inputs[edit | edit source]

Dissolve <target_destination>
Dissolves the specified entities. If the parameter is left blank, the entities specified by Target will be dissolved.