Tf logic gasworks: Difference between revisions
Jump to navigation
Jump to search
Thunder4ik (talk | contribs) |
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.) |
||
| Line 3: | Line 3: | ||
{{obsolete|entity=1}} | {{obsolete|entity=1}} | ||
{{this is a|name=tf_logic_gasworks|game=Team Fortress 2 | {{this is a|point entity|name=tf_logic_gasworks|game=Team Fortress 2}} It is used to detect a gasworks map. | ||
This entity was removed in the Smissmas 2014 update (December 22nd) | This entity was removed in the Smissmas 2014 update (December 22nd) | ||
Revision as of 18:46, 17 May 2024
This article is an orphan, meaning that few or no articles link to it.
You can help by
adding links to this article from other relevant articles.
January 2024
You can help by
January 2024
This entity is obsolete. Its use is discouraged. It may only exist/function in older engine branches.
tf_logic_gasworks is a point entity available in
Team Fortress 2. It is used to detect a gasworks map.
This entity was removed in the Smissmas 2014 update (December 22nd)
Keyvalues
- Name ([todo internal name (i)]) <string>
- The targetname that other entities refer to this entity by.
Inputs
- Kill
- Removes this entity from the world.
- KillHierarchy
- Removes this entity and all its children from the world.
- AddOutput <string>
- Evaluates a keyvalue/output on this entity. It can be potentially very dangerous, use with care.
Format:<key> <value>
Format:<output name> <targetname>:<inputname>:<parameter>:<delay>:<max times to fire, -1 means infinite>
- FireUser1 to FireUser4
- Fire the
OnUseroutputs; see User Inputs and Outputs.
Outputs
- OnUser1 to OnUser4
- These Outputs each fire in response to the firing of the like-numbered
FireUser1toFireUser4Input; see User Inputs and Outputs.