CTFWearableItem: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
... | ... | ||
'''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]''' | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**'''[[CBaseAnimating]]''' | **'''[[CBaseAnimating]]''' | ||
***'''[[ | ***'''[[CEconEntity]]''' | ||
****'''[[ | ****'''[[CEconWearable]]''' | ||
*****'''[[ | *****'''[[CTFWearable]]''' | ||
******''' | ******'''CTFWearableItem''' | ||
Revision as of 04:45, 4 March 2022
Overview
...
Source location : /game/shared/econ/econ_wearable.h
Class Structure
- CBaseEntity
- CBaseAnimating
- CEconEntity
- CEconWearable
- CTFWearable
- CTFWearableItem
- CTFWearable
- CEconWearable
- CEconEntity
- CBaseAnimating