Entity spawn point: Difference between revisions

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


== Keyvalues ==
== Keyvalues ==
 
{{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}}
{{KV BaseEntity|TF=1}}
{{IO BaseEntity}}

Revision as of 15:16, 25 September 2024

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