CTFProjectile JarGas: Difference between revisions

From SigMod
Jump to navigation Jump to search
(Created blank page)
 
No edit summary
Tag: Manual revert
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Overview ==
The gascan projectile from The Gas Passer is an instance of this class.


'''Source location : Absent from the 2017 TF2 source code.'''
'''Linked entity : [https://developer.valvesoftware.com/wiki/tf_projectile_jar_gas tf_projectile_jar_gas]'''
==[[Classes|Class Structure]]==
*'''[[CBaseEntity]]'''
**'''[[CBaseAnimating]]'''
***'''[[CBaseProjectile]]'''
****'''[[CBaseGrenade]]'''
*****'''[[CTFWeaponBaseGrenadeProj]]'''
******'''[[CTFGrenadePipebombProjectile]]'''
*******'''[[CTFProjectile_Jar]]'''
********'''CTFProjectile_JarGas'''

Latest revision as of 18:49, 6 March 2022

Overview[edit | edit source]

The gascan projectile from The Gas Passer is an instance of this class.

Source location : Absent from the 2017 TF2 source code.

Linked entity : tf_projectile_jar_gas

Class Structure[edit | edit source]