Killtarget

From Valve Developer Community
Revision as of 11:15, 14 May 2024 by SirYodaJedi (talk | contribs) (Created page with "{{stub}} {{code|killtarget}} is a KV in many {{idtech2|2}} and {{goldsrc|2}} entities. It removes the named entity from play, and deletes its associated edict. This is...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 killtargeted alongside it by sending the KillHierarchy input instead.