CCurrencyPackCustom: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
. | A pile of money dropped by robots in Mann vs. Machine whose size and value is determined by the TotalCount and TotalCurrency keyvalues in population WaveSpawns. | ||
'''Source location : [https://github.com/sreechar/TF2-Source-Code/ | '''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 | '''Linked Entity : [https://developer.valvesoftware.com/wiki/item_currencypack_custom item_currencypack_custom]''' | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**'''[[CBaseAnimating]]''' | **'''[[CBaseAnimating]]''' | ||
***'''CItem''' | ***'''[[CItem]]''' | ||
****'''CTFPowerup''' | ****'''[[CTFPowerup]]''' | ||
*****'''[[CCurrencyPack]]''' | *****'''[[CCurrencyPack]]''' | ||
******'''CCurrencyPackCustom''' | ******'''CCurrencyPackCustom''' |
Latest revision as of 20:46, 10 August 2022
Overview[edit | edit source]
A pile of money dropped by robots in Mann vs. Machine whose size and value is determined by the TotalCount and TotalCurrency keyvalues in population WaveSpawns.
Source location : /game/server/tf/entity_currencypack.h
Linked Entity : item_currencypack_custom
Class Structure[edit | edit source]
- CBaseEntity
- CBaseAnimating
- CItem
- CTFPowerup
- CCurrencyPack
- CCurrencyPackCustom
- CCurrencyPack
- CTFPowerup
- CItem
- CBaseAnimating