CTFWearableItem: Difference between revisions

From SigMod
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Overview ==
== Overview ==
...
Utility class to provide backwards compatibility for older demos.


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


'''Linked entity : ...'''
==[[Classes|Class Structure]]==
 
==[[SendProps|Class Structure]]==
*'''[[CBaseEntity]]'''
*'''[[CBaseEntity]]'''
**'''[[CBaseAnimating]]'''
**'''[[CBaseAnimating]]'''
***'''[[CBaseAnimatingOverlay]]'''
***'''[[CEconEntity]]'''
****'''[[CBaseFlex]]'''
****'''[[CEconWearable]]'''
*****'''[[CBaseCombatCharacter]]'''
*****'''[[CTFWearable]]'''
******'''[[CBasePlayer]]'''
******'''CTFWearableItem'''
*******'''CTFPlayer'''

Latest revision as of 04:46, 4 March 2022

Overview[edit | edit source]

Utility class to provide backwards compatibility for older demos.

Source location : /game/shared/econ/econ_wearable.h

Class Structure[edit | edit source]