Entity spawn point: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(-added class hierarchy, cleanup)
No edit summary
 
Line 1: Line 1:
{{ent not in fgd}}
{{ent not in fgd}}
{{CD|CEntitySpawnPoint|nolink=1|file1=tf_entity_spawner.cpp}}
{{CD|CEntitySpawnPoint|file1=tf_entity_spawner.cpp}}
{{this is a|entity|game=Team Fortress 2|name=entity_spawn_point}} A point for use with [[entity_spawn_manager]].
{{this is a|point entity|game=Team Fortress 2|name=entity_spawn_point}} A point for use with [[entity_spawn_manager]].


== Keyvalues ==
== Keyvalues ==
{{KV Targetname}}
{{KV Targetname}}
{{KV|Spawn manager|intn=spawn_manager_name|target_destination|The spawn manager this point belongs to}}
{{KV|Spawn manager|intn=spawn_manager_name|target_destination|The spawn manager this point belongs to}}

Latest revision as of 07:59, 22 May 2025

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 a point 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