CTFChargedSMG: Difference between revisions

From SigMod
Jump to navigation Jump to search
No edit summary
m (documented range of m_flMinicritCharge)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
== Overview ==
== Overview ==
...
The Cleaner's Carbine used by the Sniper is an instance of this class.


'''Source location : ...'''
'''Source location : [https://github.com/sreechar/TF2-Source-Code/blob/master/tf2_src/game/shared/tf/tf_weapon_smg.h /game/shared/tf/tf_weapon_smg.h]'''


'''Linked entity : ...'''
'''Linked entity : [https://developer.valvesoftware.com/wiki/tf_weapon_charged_smg tf_weapon_charged_smg]'''


==[[Classes|Class Structure]]==
==[[Classes|Class Structure]]==
*'''[[CBaseEntity]]'''
*'''[[CBaseEntity]]'''
**'''[[CBaseAnimating]]'''
**'''[[CBaseAnimating]]'''
***'''[[CBaseAnimatingOverlay]]'''
***'''[[CEconEntity]]'''
****'''[[CBaseFlex]]'''
****'''[[CBaseCombatWeapon]]'''
*****'''[[CBaseCombatCharacter]]'''
*****'''[[CTFWeaponBase]]'''
******'''[[CBasePlayer]]'''
******'''[[CTFWeaponBaseGun]]'''
*******'''CTFPlayer'''
*******'''[[CTFSMG]]'''
********'''CTFChargedSMG'''


== SendProps ==
== SendProps ==
Line 24: Line 25:
| style="width: 50%;" |'''m_flMinicritCharge'''
| style="width: 50%;" |'''m_flMinicritCharge'''
| style="width: 15%;" |Float
| style="width: 15%;" |Float
| style="width: 35%;" |
| style="width: 35%;" |Range from 0-100.
|}
|}

Latest revision as of 09:01, 7 July 2026

Overview

The Cleaner's Carbine used by the Sniper is an instance of this class.

Source location : /game/shared/tf/tf_weapon_smg.h

Linked entity : tf_weapon_charged_smg

Class Structure

SendProps

CTFChargedSMG
Name Type Description
m_flMinicritCharge Float Range from 0-100.