CAmbientMobMarker
(Redirected from Info ambient mob end)
Jump to navigation
Jump to search
Code classes:
CAmbientMobMarker
CPointEntity
CBaseEntity
(all ents)
CAmbientMobMarker
is a code class in .
Classnames:
info_ambient_mob_start
- It defines one end of an ambient mob spawn location, which will be used to spawn a mob of infected when survivors stick around an area for too long. The spawning area is defined as a bounding box between this entity and aninfo_ambient_mob_end
with an identical Name(targetname)
. The box must be clear of infected before it spawns more.info_ambient_mob_end
- Defines one end of an ambient mob spawn location, other end is aninfo_ambient_mob_start
with an identical Name(targetname)
.