Commentary zombie spawner: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(→‎Inputs: added new info for l4d2 SI names)
m (updated template usage.)
Line 1: Line 1:
{{otherlang2
{{lang|Commentary zombie spawner}}__NOTOC__
|noborder=true
|zh-cn=Commentary_zombie_spawner:zh-cn
}}__NOTOC__
{{l4d series point|commentary_zombie_spawner}} It is a manual spawning point for specific types of zombies for the commentary mode.
{{l4d series point|commentary_zombie_spawner}} It is a manual spawning point for specific types of zombies for the commentary mode.


==Keyvalues==
==Keyvalues==
{{KV Targetname}}
{{KV BaseEntity|l4d2=1}}
{{KV Angles}}
{{KV Parentname}}


==Inputs==
==Inputs==
{{IO|SpawnZombie|Spawn a specific zombie now. String format is zombie type followed by an optional target name (e.g. 'smoker,BostonJoe' or 'common_male_suit').<br/> Zombie types {{l4d}}{{l4d2}}: Boomer, Common_*, Hunter, Smoker, Tank, Witch.<br> Zombie types {{l4d2}}: Jockey, Charger, Spitter|param=string}}
{{IO|SpawnZombie|Spawn a specific zombie now. String format is zombie type followed by an optional target name (e.g., <tt>smoker,BostonJoe</tt> or <tt>common_male_suit</tt>).<br/> Zombie types {{l4d}}{{l4d2}}: Boomer, Common_*, Hunter, Smoker, Tank, Witch.<br> Zombie types {{l4d2}}: Jockey, Charger, Spitter|param=string}}
{{I Targetname}}
{{I BaseEntity|l4d2=1}}
{{I Parentname}}


==Outputs==
==Outputs==
{{IO|OnSpawnedZombieDeath|One of the zombies spawned by this entity has died}}
{{IO|OnSpawnedZombieDeath|Fired when one of the zombies spawned by this entity has died.}}
{{O Targetname}}
{{O Targetname}}


==See also==
==See Also==
* [[info_zombie_spawn]]
* {{ent|info_zombie_spawn}}

Revision as of 19:03, 6 June 2022

English (en)中文 (zh)Translate (Translate)

Template:L4d series point It is a manual spawning point for specific types of zombies for the commentary mode.

Keyvalues

Inputs

SpawnZombie <stringRedirectInput/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