Point populator interface: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


==Entity description==
==Entity description==
A proxy entity to allow the map to communicate with the [[tf_populator]] entity at runtime.
A proxy entity to allow the map to communicate with the populator at runtime.


==Keyvalues==
==Keyvalues==

Revision as of 00:17, 15 January 2020

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

Entity description

A proxy entity to allow the map to communicate with the populator at runtime.

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

Inputs

PauseBotSpawning
Pause the spawning of all bots.
UnpauseBotSpawning
Resume spawning of all bots.
ChangeBotAttributes <stringRedirectInput/string>
All bots with matching event name will apply the attribute changes.
ChangeDefaultEventAttributes <stringRedirectInput/string>
Change default event name to spawn bots. The default name is Default.

Outputs