entity_spawn_point

From Valve Developer Community
Revision as of 15:16, 25 September 2024 by Nescius (talk | contribs) (-added class hierarchy, cleanup)
Jump to navigation Jump to search
Icon-NotInFGD.png
This entity is not in the FGD by default.
See below for instructions on making it available.
C++ Class hierarchy
CEntitySpawnPoint
CServerOnlyPointEntity
CServerOnlyEntity
CBaseEntity
C++ tf_entity_spawner.cpp

entity_spawn_point is an entity available in Team Fortress 2 Team Fortress 2. A point for use with entity_spawn_manager.

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

Spawn manager (spawn_manager_name) <targetname>
The spawn manager this point belongs to