CTFWeaponBase: Difference between revisions

From SigMod
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
'''Source location : /game/shared/tf/tf_weaponbase.h'''
'''Source location : /game/shared/tf/tf_weaponbase.h'''


'''Linked entity : ...'''
'''Linked entity : [https://developer.valvesoftware.com/wiki/Tf_weapon_base tf_weapon_base]'''
==[[Classes|Class Structure]]==
==[[Classes|Class Structure]]==
*'''[[CBaseEntity]]'''
*'''[[CBaseEntity]]'''
Line 12: Line 12:
*****'''CTFWeaponBase'''
*****'''CTFWeaponBase'''


== SendProps ==
== SendProps==
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;"
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;"
|+CTFWeaponBase  
|+CTFWeaponBase
! style="width: 50%; background-color: #303030; color: white" |Name  
! style="width: 50%; background-color: #303030; color: white" |Name
! style="width: 15%; background-color: #303030; color: white" |Type
! style="width: 15%; background-color: #303030; color: white" |Type
! style="width: 35%; background-color: #303030; color: white" |Description
! style="width: 35%; background-color: #303030; color: white" |Description
Line 106: Line 106:
|}
|}


== Entity DataMaps ==
== Entity DataMaps==
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;"
|+CTFWeaponBase
|+CTFWeaponBase
! style="width: 50%; background-color: #303030; color: white" |Name  
! style="width: 50%; background-color: #303030; color: white" |Name
! style="width: 15%; background-color: #303030; color: white" |Type
! style="width: 15%; background-color: #303030; color: white" |Type
! style="width: 35%; background-color: #303030; color: white" |Description
! style="width: 35%; background-color: #303030; color: white" |Description

Revision as of 02:30, 17 February 2022

Overview

...

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

Linked entity : tf_weapon_base

Class Structure

SendProps

CTFWeaponBase
Name Type Description
m_bLowered Boolean
m_bResetParity Boolean
m_iReloadMode Integer
m_bReloadedThroughAnimEvent Boolean
m_bDisguiseWeapon Boolean
LocalActiveTFWeaponData
m_flLastCritCheckTime Float
m_flReloadPriorNextFire Float
m_flLastFireTime Float
m_flEffectBarRegenTime Float
m_flObservedCritChance Float
NonLocalTFWeaponData
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

CTFWeaponBase
Name Type Description
CTFWeaponBaseFallThink