Func upgradestation: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (minor typo fix)
(Update documentation.)
Line 1: Line 1:
{{tf2 brush|func_upgradestation}}
{{tf2 brush|func_upgradestation}}


{{code class|CUpgrades|tf_upgrades.cpp}}
==Entity description==
==Entity description==
An upgrade station for the Mann vs. Machine gamemode.
An upgrade station for the Mann vs. Machine gamemode.


== Keyvalues ==
==Keyvalues==
{{KV Targetname}}
{{KV EnableDisable}}
{{KV EnableDisable}}
{{KV BaseEntity|base=1}}


== Inputs ==
==Inputs==
{{I Targetname}}
{{I EnableDisable}}
{{I EnableDisable}}
{{I BaseEntity|base=1}}


== Outputs ==
==Outputs==
{{O Targetname}}
{{O BaseEntity|base=1}}

Revision as of 07:35, 9 September 2021

Template:Tf2 brush

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