Bot hint sentrygun: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (same as bot_hint_teleporter_exit)
m (→‎See also: clean up, replaced: See Also → See also)
Line 14: Line 14:
{{O BaseEntity}}
{{O BaseEntity}}


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

Revision as of 02:01, 6 January 2024

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

This entity is used in conjuction with bot_hint_engineer_nest 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