Func upgradestation: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Updated old entity format to {{this is a}}. This action was perfomed by a bot under supervision.)
m (→‎top: Unicodifying, replaced: {{language subpage → {{langsp)
Line 1: Line 1:
<!-- When this page is updated to {{langsp}} or {{language subpage}} instead of {{lang}}, please move {{this is a}} to the base page, as it is automatically translated. -->{{lang}}{{this is a|e2|name=func_upgradestation|game=Team Fortress 2}}
<!-- When this page is updated to {{langsp}} or {{langsp}} instead of {{lang}}, please move {{this is a}} to the base page, as it is automatically translated. -->{{lang}}{{this is a|e2|name=func_upgradestation|game=Team Fortress 2}}


{{code class|CUpgrades|tf_upgrades.cpp}}
{{code class|CUpgrades|tf_upgrades.cpp}}

Revision as of 09:37, 8 January 2024

English (en)Translate (Translate)

func_upgradestation is an e2 available in Team Fortress 2 Team Fortress 2.

C++ In code, it is represented by theCUpgradesclass, defined in thetf_upgrades.cppfile.

Entity description

An upgrade station for the Mann vs. Machine gamemode.

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