CTFSlap: Difference between revisions
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 Hot Hand 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_slap tf_weapon_slap]''' | |||
==[[Classes|Class Structure]]== | |||
*'''[[CBaseEntity]]''' | |||
**'''[[CBaseAnimating]]''' | |||
***'''[[CEconEntity]]''' | |||
****'''[[CBaseCombatWeapon]]''' | |||
*****'''[[CTFWeaponBase]]''' | |||
******'''[[CTFWeaponBaseMelee]]''' | |||
*******'''CTFBuffItem''' | |||
== SendProps == | |||
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;" | |||
|+CTFSlap | |||
! style="width: 50%; background-color: #303030; color: white" |Name | |||
! style="width: 15%; background-color: #303030; color: white" |Type | |||
! style="width: 35%; background-color: #303030; color: white" |Description | |||
|- | |||
| style="width: 50%;" |'''m_bFirstHit''' | |||
| style="width: 15%;" |Boolean | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_nNumKills''' | |||
| style="width: 15%;" |Integer | |||
| style="width: 35%;" | | |||
|} |
Latest revision as of 18:45, 6 March 2022
Overview[edit | edit source]
The Hot Hand used by the Pyro is an instance of this class.
Source location : Absent from the 2017 TF2 source code.
Linked entity : tf_weapon_slap
Class Structure[edit | edit source]
SendProps[edit | edit source]
Name | Type | Description |
---|---|---|
m_bFirstHit | Boolean | |
m_nNumKills | Integer |