Teledeath (GoldSrc): Difference between revisions
Jump to navigation
Jump to search
SirYodaJedi (talk | contribs) No edit summary |
SirYodaJedi (talk | contribs) mNo edit summary |
||
Line 3: | Line 3: | ||
{{this is a|entity|name=teledeath|game=Deathmatch Classic}} It deals 1000 generic damage and [[gib]]s any players or entities with non-zero {{mono|[[health]]}}, then [[killtarget|deletes itself]]. Created automatically when a {{ent|trigger_teleport|engine=goldsrc}} is triggered. | {{this is a|entity|name=teledeath|game=Deathmatch Classic}} It deals 1000 generic damage and [[gib]]s any players or entities with non-zero {{mono|[[health]]}}, then [[killtarget|deletes itself]]. Created automatically when a {{ent|trigger_teleport|engine=goldsrc}} is triggered. | ||
The size of the {{mono|teledeath}} trigger is expanded outwards one unit compared to the bounding box of the teleporting entity. For example, if teleporting a {{ent|player|engine=goldsrc}}, | The size of the {{mono|teledeath}} trigger is expanded outwards one unit compared to the bounding box of the teleporting entity. For example, if teleporting a {{ent|player|engine=goldsrc}}, whose bounding box is {{code|(-16, -16, -36)(16, 16, 36)}}, the size of the trigger will be {{code|(-17, -17, -37)(17, 17, 37)}}. |
Revision as of 14:06, 29 April 2025

![]() |
---|
CTeleDeath |
![]() |
teledeath
is an entity available in Deathmatch Classic. It deals 1000 generic damage and gibs any players or entities with non-zero health, then deletes itself. Created automatically when a trigger_teleport is triggered.
The size of the teledeath trigger is expanded outwards one unit compared to the bounding box of the teleporting entity. For example, if teleporting a player, whose bounding box is (-16, -16, -36)(16, 16, 36), the size of the trigger will be (-17, -17, -37)(17, 17, 37).