Heal: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{lang|Heal}} {{stub|Lack}} {{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 (...")
 
No edit summary
Line 1: Line 1:
{{lang|Heal}}
{{lang|Heal}}
{{stub|Lack}}
{{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 {{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]).


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


[[Category:NextBot Action]]
[[Category:NextBot Actions]]
[[Category:Team Fortress 2 NextBot Action]]
[[Category:Team Fortress 2 NextBot Actions]]

Revision as of 02:02, 16 November 2021

English (en)Translate (Translate)

Stub

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

Heal is a NextBot action in Template:Game name 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.