Bot hint engineer nest: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (same as bot_hint_teleporter_exit)
Line 1: Line 1:
{{tf2 point|bot_hint_engineer_nest}}
{{tf2 point|bot_hint_engineer_nest}} Used to indicate Engineer bots another desirable spot to setup an engineer nest is located at. Required for MvM engineer bots to function.
 
==Entity description==
A hint for engineer bots where to built their nests.


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.
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==
==Keyvalues==
{{KV Targetname}}
{{KV BaseEntity|base=1|tf2=1}}
{{KV Angles}}
{{KV EnableDisable}}
{{KV EnableDisable}}
{{KV TFTeam}}


==Inputs==
==Inputs==
{{I Targetname}}
{{I BaseEntity}}
{{I EnableDisable}}
{{I EnableDisable}}
{{I Toggle}}


==Outputs==
==Outputs==
{{O Targetname}}
{{O BaseEntity}}


== See also ==
==See Also==
* [[bot_hint_sentrygun]]
* [[bot_hint_sentrygun]]
* [[bot_hint_teleporter_exit]]
* [[bot_hint_teleporter_exit]]

Revision as of 06:17, 24 March 2021

Team Fortress 2 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

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.

Outputs

See Also