CEconWearable: Difference between revisions

From SigMod
Jump to navigation Jump to search
(Created blank page)
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Overview ==
The base class for wearable items.


'''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 : [https://developer.valvesoftware.com/wiki/wearable_item wearable_item]'''
==[[Classes|Class Structure]]==
*'''[[CBaseEntity]]'''
**'''[[CBaseAnimating]]'''
***'''[[CEconEntity]]'''
****'''CEconWearable'''

Latest revision as of 16:05, 27 February 2022

Overview[edit | edit source]

The base class for wearable items.

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

Linked entity : wearable_item

Class Structure[edit | edit source]