tf_zombie_spawner

From Valve Developer Community
Revision as of 01:49, 5 April 2014 by -ChAoS- (talk | contribs) (Created the page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Team Fortress 2 tf_zombie_spawner is a point entity available in Team Fortress 2 Team Fortress 2.

Entity description

This entity will spawn skeletons in certain user placed areas.


Keyvalues

Name (targetname) <string>[ Edit ]
The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentname or target).
Also displayed in Hammer's 2D views and Entity Report.
See also:  Generic Keyvalues, Inputs and Outputs available to all entities

Skeleton Lifetime ([todo internal name (i)]) <string>
Skeleton Lifetime in seconds. 0 means skeletons will stay alive until they are dead.
Skeleton Count ([todo internal name (i)]) <string>
Number of skeletons this point can have active in the world.
Infinite Spawn ([todo internal name (i)]) <boolean>
If yes,keep spawning skeletons to have skeleton count in the world. If no, only spawn skeletons up to skeleton count.
Skeleton type ([todo internal name (i)]) <Normal,King>
Type of skeleton.

Flags

  • 1 : ???? (Checked by default)

Inputs

SetMaxActiveZombies <stringRedirectInput/string>
Set the maximum amount of skeletons the entity can spawn.


Outputs