commentary_zombie_spawner

From Valve Developer Community
Jump to: navigation, search


English (en)中文 (zh)
... Icon-Important.png
class hierarchy
CCommentaryZombieSpawner
CPointEntity
CBaseEntity

commentary_zombie_spawner is a point entity available in the Left 4 Dead series Left 4 Dead series. It is a manual spawning point for specific types of zombies for the Commentary System.

Keyvalues


Targetname:
Name (targetname) <string>
The targetname that other entities refer to this entity by.

Inputs

SpawnZombie <string>
Spawn a specific zombie now. String format is zombie type followed by an optional target name (e.g., smoker,BostonJoe or common_male_suit).
Zombie types Left 4 DeadLeft 4 Dead 2: Boomer, Common_*, Hunter, Smoker, Tank, Witch.
Zombie types Left 4 Dead 2: Jockey, Charger, Spitter

Outputs

OnSpawnedZombieDeath
Fired when one of the zombies spawned by this entity has died.

See also