Infected: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(-added class hierarchy, merged descriptions)
m (Classifying as model entity)
 
(10 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{ent not in fgd}}
{{TabsBar|main=L4DZombies}}
{{ent not in fgd|nolink=1}}
{{Stub}}
{{Stub}}
{{CD|Infected|NextBotCombatCharacter|CBaseCombatCharacter|CBaseFlex|CBaseAnimatingOverlay|CBaseAnimating|CBaseEntity}}
{{CD|Infected|NextBotCombatCharacter}}
{{l4d series point|infected}}
{{seealso|[[Infected (shader)]]}}
{{this is a|model entity|series=Left 4 Dead|name=infected}}
A Common Infected zombie, controlled by [[NextBot]] AI. Spawning it via Hammer does not work, and it should instead be spawned via [[info_zombie_spawn]] or [[commentary_zombie_spawner]].
A Common Infected zombie, controlled by [[NextBot]] AI. Spawning it via Hammer does not work, and it should instead be spawned via [[info_zombie_spawn]] or [[commentary_zombie_spawner]].
== NavMesh ==
{{fl|BREAKABLEWALL|Will try to avoid}}
{{fl|STAIRS|Will prevent climbing}}
{{fl|BLOCKED_ZOMBIE|Won't compute path through this}}
{{fl|TANK_ONLY|Won't compute path through this}}
{{fl|PRECISE|Disables obstacle avoidance behaviour}}
== Actions ==
* ChaseVictim
* DebugMoveTo
* InfectedAlert
* InfectedAmbientMob
* InfectedAttack
* InfectedBackOff
* InfectedBehavior
* InfectedBlinded
* InfectedBurn
* InfectedChangePosture
* InfectedDying
* InfectedExecAction
* InfectedFlee
* InfectedLeanOnWall
* InfectedLieDown
* InfectedShamble
* InfectedShoved
* InfectedSitDown
* InfectedStaggerAround
* InfectedStandDazed
* InfectedStandingActivity
* InfectedWander
* LostVictim
* PunchVictim
== See also ==
* [[NextBot]]
* [[witch]]

Latest revision as of 04:31, 19 May 2025

edit
Icon-NotInFGD.png
This entity is not in the FGD by default.
It should not be put directly in a map.

Stub

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

C++ Class hierarchy
Infected
NextBotCombatCharacter
CBaseCombatCharacter
CBaseFlex
CBaseAnimatingOverlay
CBaseAnimating
CBaseEntity
See also:  Infected (shader)

infected is a model entity available in Left 4 Dead seriesLeft 4 Dead series Left 4 Dead series. A Common Infected zombie, controlled by NextBot AI. Spawning it via Hammer does not work, and it should instead be spawned via info_zombie_spawn or commentary_zombie_spawner.

NavMesh

Will try to avoid : [BREAKABLEWALL]
Will prevent climbing : [STAIRS]
Won't compute path through this : [BLOCKED_ZOMBIE]
Won't compute path through this : [TANK_ONLY]
Disables obstacle avoidance behaviour : [PRECISE]


Actions

  • ChaseVictim
  • DebugMoveTo
  • InfectedAlert
  • InfectedAmbientMob
  • InfectedAttack
  • InfectedBackOff
  • InfectedBehavior
  • InfectedBlinded
  • InfectedBurn
  • InfectedChangePosture
  • InfectedDying
  • InfectedExecAction
  • InfectedFlee
  • InfectedLeanOnWall
  • InfectedLieDown
  • InfectedShamble
  • InfectedShoved
  • InfectedSitDown
  • InfectedStaggerAround
  • InfectedStandDazed
  • InfectedStandingActivity
  • InfectedWander
  • LostVictim
  • PunchVictim

See also