CTFWearableVM: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
... | ... | ||
'''Source location : ...''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/blob/master/tf2_src/game/shared/tf/tf_item_wearable.h /game/shared/tf/tf_item_wearable.h]''' | ||
'''Linked entity : .. | '''Linked entity : [https://developer.valvesoftware.com/wiki/tf_wearable_vm tf_wearable_vm]''' | ||
==[[ | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**'''[[CBaseAnimating]]''' | **'''[[CBaseAnimating]]''' | ||
***'''[[ | ***'''[[CEconEntity]]''' | ||
****'''[[ | ****'''[[CEconWearable]]''' | ||
*****'''[[ | *****'''[[CTFWearable]]''' | ||
******''' | ******'''CTFWearableVM''' | ||
Latest revision as of 04:43, 4 March 2022
Overview[edit | edit source]
...
Source location : /game/shared/tf/tf_item_wearable.h
Linked entity : tf_wearable_vm
Class Structure[edit | edit source]
- CBaseEntity
- CBaseAnimating
- CEconEntity
- CEconWearable
- CTFWearable
- CTFWearableVM
- CTFWearable
- CEconWearable
- CEconEntity
- CBaseAnimating