asw_entity_dissolve
Jump to navigation
Jump to search
This entity is not in the stock FGD files by default.
|
Code classes:
CASW_Entity_Dissolve
CBaseEntity
(all ents)
asw_entity_dissolve
is a point entity present in Alien 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.