Killtarget

From Valve Developer Community
Revision as of 17:12, 15 May 2024 by SirYodaJedi (talk | contribs) (Kill input does kill children, just not on the same tick)
Jump to navigation Jump to search

Stub

This article or section is a stub. You can help by expanding it.

killtarget is a KV in many id Tech 2 id Tech 2 and GoldSrc GoldSrc entities. It removes the named entity from play, and deletes its associated edict. This is known as "killtargeting".

In Source Source, entities are killtargeted by sending them the Kill input. An entity's children can be killed in the same tick by sending the KillHierarchy input instead, otherwise they will be killed on a subsequent tick.