CCurrencyPackMedium: Difference between revisions

From SigMod
Jump to navigation Jump to search
(Created page with "== Overview == ... '''Source location : [https://github.com/sreechar/TF2-Source-Code/blob/master/tf2_src/game/server/tf/entity_currencypack.h /game/server/tf/entity_currencyp...")
 
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Overview ==
== Overview ==
...
A medium pile of money worth $10.


'''Source location : [https://github.com/sreechar/TF2-Source-Code/blob/master/tf2_src/game/server/tf/entity_currencypack.h /game/server/tf/entity_currencypack.h]'''
'''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/tf/entity_currencypack.h /game/server/tf/entity_currencypack.h]'''


'''Linked entity : [https://developer.valvesoftware.com/wiki/item_currencypack_large item_currencypack_medium]'''
'''Linked Entity : [https://developer.valvesoftware.com/wiki/item_currencypack_medium item_currencypack_medium]'''


==[[Classes|Class Structure]]==
==[[Classes|Class Structure]]==
*'''[[CBaseEntity]]'''
*'''[[CBaseEntity]]'''
**'''[[CBaseAnimating]]'''
**'''[[CBaseAnimating]]'''
***'''CItem'''
***'''[[CItem]]'''
****'''CTFPowerup'''
****'''[[CTFPowerup]]'''
*****'''[[CCurrencyPack]]'''
*****'''[[CCurrencyPack]]'''
******'''CCurrencyPackMedium'''
******'''CCurrencyPackMedium'''

Latest revision as of 20:44, 10 August 2022

Overview[edit | edit source]

A medium pile of money worth $10.

Source location : /game/server/tf/entity_currencypack.h

Linked Entity : item_currencypack_medium

Class Structure[edit | edit source]