entity_spawn_manager

From Valve Developer Community
Revision as of 20:22, 9 May 2011 by Barracuda (talk | contribs) (Created page with '{{tf2 point|entity_spawn_manager}} ==Entity description== Manages a system of random spawn points. ==Keyvalues== {{KV Targetname}} {{KV|Entity count|integer|This is the total n…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Entity description

Manages a system of random spawn points.

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

Entity count ([todo internal name (i)]) <integer>
This is the total number of entities the manager will attempt to spawn at any given time.
Respawn time ([todo internal name (i)]) <float>
How many seconds after pickup/destruction/removal a new entity should be spawned.
Drop to ground? ([todo internal name (i)]) <boolean>
Should entities spawn on the ground beneath the entity_spawn_point or float at its location?
Random rotation? ([todo internal name (i)]) <boolean>
Should entities be rotated to random angles upon spawn?

Inputs

Outputs