Trigger_waterydeath

Trigger_waterydeath

Table of contents
1 Entity Description
2 Keyvalues
3 Flags
4 Inputs
5 Outputs

Entity Description


The fry of leeches that is spawned inside a trigger_waterydeath.

A trigger volume that spawns a fry of leeches around entities inside it, that does damage to them until they die.

Used to discourage and prevent players from straying too far into deep water.

Availability

This brush-based entity is available in: HL2


Keyvalues

<target_source> The name that other entities refer to this entity by.
<target_destination> The name of this entity's parent in the movement hierarchy. Entities with parents move with their parent.
If a trigger does not start out with a parent, but rather gets one during run-time, this value should be set to a static entity. This is so the entity's solidity is set to VPhysics rather than BSP.
<origin> The position of this entity's center in the world. Rotating entities rotate around their origin.
<boolean>
<string> Name by which this entity is linked to another entity in a different map. When the player transitions to a new map, entities in the new map with globalnames matching entities in the previous map will have the previous map's state copied over their state.
<filterclass> Filter to use to see if activator triggers me. See the filter_activator_name entity for further explanation.

Flags


Inputs

Removes this entity from the world.
Removes this entity and all its children from the world.
Evaluates a keyvalue/output on this entity. It can be potentially very dangerous, use with care.
Format: <key> <value>
Format: <output name> <targetname>:<inputname>:<parameter>:<delay>:<max times to fire (-1 == infinite)>
Causes this entity's OnUser1-4 outputs to be fired. See User Inputs and Outputs.
Changes the entity's parent in the movement hierarchy.
Change this entity to attach to a specific attachment point on its parent. Entities must be parented before being sent this input. The parameter passed in should be the name of the attachment.
Change this entity to attach to a specific attachment point on it's parent. Entities must be parented before being sent this input. The parameter passed in should be the name of the attachment. The entity will maintain it's position relative to the parent at the time it is attached.
Removes this entity from the the movement hierarchy, leaving it free to move independently.
Enable this entity.
Disable this entity.
Toggles this trigger between enabled and disabled states.

Outputs

Fired in response to FireUser1-4 inputs. See User Inputs and Outputs. !activator = activator
Fired when an entity starts touching this trigger. The touching entity must pass this trigger's filters to cause this output to fire. !activator = toucher
Fired whenever the trigger is activated. !activator = activator
Fired when an entity stops touching this trigger. Only entities that passed this trigger's filters will cause this output to fire. !activator = exiting entity
Fires when the last entity in the entity's area exits this trigger or when this entity is disabled. Only entities that passed this trigger's filters are considered. !activator = last exiting entity

К оглавлению справочника

© Valve Developer Community
CMT (CS Mapping Tutorials) - © 2006-2011+. Created by VM
[ Script Execution time: 0.0043 ]