Bot hint engineer nest: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Initial entity page, just guessing based on the stuff I found in the latest map)
 
mNo edit summary
 
(5 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{tf2 point|bot_hint_engineer_nest}}
{{CD|CTFBotHintEngineerNest|file1=tf_bot_hint_engineer_nest.cpp}}
A hint for engineer bots where to built their nests.
{{This is a|point entity|name=bot_hint_engineer_nest|game=Team Fortress 2}} Used to indicate Engineer bots another desirable spot to setup an engineer nest is located at. Required for MvM engineer bots to function.


==Keyvalues==
This entity is used in conjuction with {{ent|bot_hint_sentrygun}} and {{ent|bot_hint_teleporter_exit}}. All three entities must share the same targetname in order to be associated with each other.
 
== Keyvalues ==
{{KV Targetname}}
{{KV Targetname}}
{{KV Angles}}
{{KV EnableDisable}}
{{KV EnableDisable}}
{{KV TFTeam}}


==Inputs==
== Inputs ==
{{I Targetname}}
{{I EnableDisable}}
{{I EnableDisable}}
{{I Toggle}}
==Outputs==
{{O Targetname}}


=== See also ===
== See also ==
* [[bot_hint_sentrygun]]
* {{ent|bot_hint_sentrygun}}
* [[bot_hint_teleporter_exit]]
* {{ent|bot_hint_teleporter_exit}}

Latest revision as of 16:25, 5 June 2025

C++ Class hierarchy
CTFBotHintEngineerNest
CBaseTFBotHintEntity
CPointEntity
CBaseEntity
C++ tf_bot_hint_engineer_nest.cpp

bot_hint_engineer_nest is a point entity available in Team Fortress 2 Team Fortress 2. Used to indicate Engineer bots another desirable spot to setup an engineer nest is located at. Required for MvM engineer bots to function.

This entity is used in conjuction with bot_hint_sentrygun and bot_hint_teleporter_exit. All three entities must share the same targetname in order to be associated with each other.

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

Start Disabled (StartDisabled) <boolean>
Stay dormant until activated (with theEnableinput).

Inputs

EnableDisable:

Enable / Disable
Enable/disable this entity from performing its task. It might also disappear from view.

See also