CTFWeaponBase: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
The base class for TF2 weapons. | |||
'''Source location : /game/shared/tf/tf_weaponbase.h''' | '''Source location : /game/shared/tf/tf_weaponbase.h''' |
Revision as of 02:31, 17 February 2022
Overview
The base class for TF2 weapons.
Source location : /game/shared/tf/tf_weaponbase.h
Linked entity : tf_weapon_base
Class Structure
- CBaseEntity
- CBaseAnimating
- CEconEntity
- CBaseCombatWeapon
- CTFWeaponBase
- CBaseCombatWeapon
- CEconEntity
- CBaseAnimating
SendProps
Name | Type | Description | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
m_bLowered | Boolean | |||||||||||||||||||
m_bResetParity | Boolean | |||||||||||||||||||
m_iReloadMode | Integer | |||||||||||||||||||
m_bReloadedThroughAnimEvent | Boolean | |||||||||||||||||||
m_bDisguiseWeapon | Boolean | |||||||||||||||||||
| ||||||||||||||||||||
| ||||||||||||||||||||
m_flEnergy | Float | |||||||||||||||||||
m_hExtraWearable | Integer | |||||||||||||||||||
m_hExtraWearableViewModel | Integer | |||||||||||||||||||
m_bBeingRepurposedForTaunt | Boolean | |||||||||||||||||||
m_nKillComboClass | Integer | |||||||||||||||||||
m_nKillComboCount | Integer | |||||||||||||||||||
m_flInspectAnimEndTime | Float | |||||||||||||||||||
m_nInspectStage | Integer | |||||||||||||||||||
m_iConsecutiveShots | Integer |
Entity DataMaps
Name | Type | Description |
---|---|---|
CTFWeaponBaseFallThink |