Heal: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
{{lang|Heal}}
{{lang|Heal}}
{{stub|Lack of detailed information.}}
{{stub|Lack of detailed information.}}
{{ent|Heal}} is a [[NextBot]] action in {{game name|tf2|name=Team Fortress 2}} that makes medic bots attack team bots with their secondary weapon (usually healing a teammate with a [https://wiki.teamfortress.com/wiki/Medigun Medigun]).
{{ent|Heal}} is a [[NextBot]] action in {{tf2|4}} that makes medic bots attack team bots with their secondary weapon (usually healing a teammate with a [https://wiki.teamfortress.com/wiki/Medigun Medigun]).


{{code class|CTFBotMedicHeal|tf_bot_medic_heal.cpp}}
{{code class|CTFBotMedicHeal|tf_bot_medic_heal.cpp}}

Revision as of 10:03, 30 November 2023

English (en)Translate (Translate)

Stub

This article or section is a stub. You can help by expanding it.

Heal is a NextBot action in Team Fortress 2 Team Fortress 2 that makes medic bots attack team bots with their secondary weapon (usually healing a teammate with a Medigun).

C++ In code, it is represented by theCTFBotMedicHealclass, defined in thetf_bot_medic_heal.cppfile.