CHealthKitSmall: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Overview == ... '''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/tf/entity_healthkit.h /game/server/tf/entity_healthkit.h]...") |
No edit summary |
||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
A small healthkit pickup. | |||
'''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/tf/entity_healthkit.h /game/server/tf/entity_healthkit.h]''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/tf/entity_healthkit.h /game/server/tf/entity_healthkit.h]''' |
Latest revision as of 20:31, 10 August 2022
Overview[edit | edit source]
A small healthkit pickup.
Source location : /game/server/tf/entity_healthkit.h
Linked Entity : item_healthkit_small
Class Structure[edit | edit source]
- CBaseEntity
- CBaseAnimating
- CItem
- CTFPowerup
- CHealthKit
- CHealthKitSmall
- CHealthKit
- CTFPowerup
- CItem
- CBaseAnimating