env_entity_freezing
| CEntityFreezing |
This feature is not available anymore.
env_entity_freezing is a cut entity available in
Half-Life 2: Episode Three.
According to the remaining code in the
Alien Swarm SDK, its purpose was to be "An entity that can be created at runtime to ignite a target entity", which was presumably copied from env_entity_igniter
If it was to target the player, it would immediately kill the player, set their HEV power to zero, and prevent their ragdoll from experiencing any physics. Also in the
Alien Swarm SDK, the client code tries to utilize Blobulator, however it cannot as it is missing c_surfacerender, which was used as the Blobulator rendering tech for the Ice and the Blob creature, as seen in the Half-Life 2: 20th Anniversary Documentary footage, as well as the
Portal 2 paint blobs.
Keyvalues
- Name (targetname) <string>
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentnameortarget).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
- Frozen (frozen) <float>
Inputs
- Freeze <targetname>
- Freeze the specified entity.