Tf weapon jar gas: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.)
m (Classifying as model entity)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{this is a|point entity|game=Team Fortress 2|name=tf_weapon_jar_gas}}
{{this is a|model entity|game=Team Fortress 2|name=tf_weapon_jar_gas}}


==Entity description==
This entity is used for the [http://wiki.teamfortress.com/wiki/Pyro Pyro's] secondary weapon known as the [http://wiki.teamfortress.com/wiki/Gas_Passer Gas Passer]. It will not appear in-game if spawned using the <code>ent_create</code> command.
This entity is used for the [http://wiki.teamfortress.com/wiki/Pyro Pyro's] secondary weapon known as the [http://wiki.teamfortress.com/wiki/Gas_Passer Gas Passer]. It will not appear in-game if spawned using the <code>ent_create</code> command.


==Keyvalues==
==Keyvalues==
{{KV BaseEntity|base=1}}
{{KV Targetname}}
 
==Inputs==
{{I BaseEntity|base=1}}
 
==Outputs==
{{O BaseEntity|base=1}}

Latest revision as of 05:58, 19 May 2025

tf_weapon_jar_gas is a model entity available in Team Fortress 2 Team Fortress 2.

This entity is used for the Pyro's secondary weapon known as the Gas Passer. It will not appear in-game if spawned using the ent_create command.

Keyvalues

Name (targetname) <string>[ Edit ]
The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentname or target).
Also displayed in Hammer's 2D views and Entity Report.
See also:  Generic Keyvalues, Inputs and Outputs available to all entities