Tf spawner: Difference between revisions
Jump to navigation
Jump to search
m (Updated old entity format to {{this is a}}. This action was perfomed by a bot.) |
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.) |
||
Line 1: | Line 1: | ||
{{this is a| | {{this is a|point entity|game=Team Fortress 2|name=tf_spawner}} | ||
==Entity description== | ==Entity description== |
Revision as of 18:59, 17 May 2024
tf_spawner
is a point entity available in Team Fortress 2.
Entity description
An entity that spawns templatized entities.
Keyvalues
- Name (targetname) <string>[ Edit ]
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentname
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
- Count count ([todo internal name (i)]) <integer>
- Total number of entities to spawn over the lifetime of this spawner.
- Max Active ([todo internal name (i)]) <integer>
- Maximum number of simultaneous active entities created by this spawner.
- Template to spawn entities from ([todo internal name (i)]) <targetname>
- Template to spawn entities from
Inputs
EnableDisable:
- Enable / Disable
- Enable/disable this entity from performing its task. It might also disappear from view.
- Reset
- Reset spawner to initial state
Outputs
- OnSpawned
- Sent when an entity has spawned into the environment
- OnExpended
- Sent when the spawner has reached its allowed total of entities spawned