CTFJarGas: Difference between revisions

From SigMod
Jump to navigation Jump to search
(Created blank page)
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Overview ==
The Gas Passer used by the Pyro is an instance of this class.


'''Source location : Absent from the 2017 TF2 source code.'''
'''Linked entity : [https://developer.valvesoftware.com/wiki/tf_weapon_jar_gas tf_weapon_jar_gas]'''
==[[Classes|Class Structure]]==
*'''[[CBaseEntity]]'''
**'''[[CBaseAnimating]]'''
***'''[[CEconEntity]]'''
****'''[[CBaseCombatWeapon]]'''
*****'''[[CTFWeaponBase]]'''
******'''[[CTFWeaponBaseGun]]'''
*******'''[[CTFJar]]'''
********'''CTFJarGas'''

Latest revision as of 18:46, 6 March 2022

Overview[edit | edit source]

The Gas Passer used by the Pyro is an instance of this class.

Source location : Absent from the 2017 TF2 source code.

Linked entity : tf_weapon_jar_gas

Class Structure[edit | edit source]