Tf logic gasworks: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{tf2 point|tf_logic_gasworks}} == Entity description == Gasworks Entity. This is used to detect a gasworks map. ==Keyvalues== {{KV|Name|string|The targetname that other en...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{delete|Was removed in the December 22 (Smissmas) 2014 update}} | |||
{{tf2 point|tf_logic_gasworks}} | {{tf2 point|tf_logic_gasworks}} | ||
Revision as of 19:36, 3 July 2015

This article has been marked as a candidate for speedy deletion for the following reason:
Administrators / Moderators - Remember to check if anything links here and the page history before deleting.
Was removed in the December 22 (Smissmas) 2014 update
If you object to this decision, then please discuss why here (If you make a discussion section also create this redirect page). If this page doesn't meet the criteria for speedy deletion, then please remove this notice, but do not remove it from pages that you have created yourselfAdministrators / Moderators - Remember to check if anything links here and the page history before deleting.
tf_logic_gasworks
is a point entity available in Team Fortress 2.
Entity description
Gasworks Entity. This is used to detect a gasworks map.
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
OnUser
outputs; see User Inputs and Outputs.
Outputs
- OnUser1 to OnUser4
- These Outputs each fire in response to the firing of the like-numbered
FireUser1
toFireUser4
Input; see User Inputs and Outputs.