CBonusPack: Difference between revisions

From SigMod
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
...
...


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


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


==[[Classes|Class Structure]]==
==[[Classes|Class Structure]]==
*'''[[CBaseEntity]]'''
*'''CBonusPack'''
**'''[[CBaseAnimating]]'''
***<span style="color: #808080;">'''CItem'''</span>
****<span style="color: #808080;">'''CTFPowerup'''</span>
*****'''[[CCurrencyPack]]'''
******'''CBonusPack'''

Revision as of 02:16, 28 March 2022

Overview

...

Source location : /game/shared/tf/entity_bonuspack.h

Linked Entity : item_bonuspack

Class Structure

  • CBonusPack