Func upgradestation: Difference between revisions
Jump to navigation
Jump to search
Goatcheese3 (talk | contribs) 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 EnableDisable}} | {{KV EnableDisable}} | ||
{{KV BaseEntity|base=1}} | |||
== Inputs == | ==Inputs== | ||
{{I EnableDisable}} | {{I EnableDisable}} | ||
{{I BaseEntity|base=1}} | |||
== Outputs == | ==Outputs== | ||
{{O | {{O BaseEntity|base=1}} |
Revision as of 07:35, 9 September 2021
Entity description
An upgrade station for the Mann vs. Machine gamemode.
Keyvalues
- Start Disabled (StartDisabled) <boolean>
- Stay dormant until activated (with the
Enable
input).
Inputs
EnableDisable:
- Enable / Disable
- Enable/disable this entity from performing its task. It might also disappear from view.