CBonusPack: Difference between revisions

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


'''Source location : ...'''
'''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]'''


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


==[[Classes|Class Structure]]==
==[[Classes|Class Structure]]==
*'''[[CBaseEntity]]'''
*'''[[CBaseEntity]]'''
**'''[[CBaseAnimating]]'''
**'''[[CBaseAnimating]]'''
***'''[[CBaseAnimatingOverlay]]'''
***'''CItem'''
****'''[[CBaseFlex]]'''
****'''CTFPowerup'''
*****'''[[CBaseCombatCharacter]]'''
*****'''[[CCurrencyPack]]'''
******'''[[CBasePlayer]]'''
******'''CBonusPack'''
*******'''CTFPlayer'''

Revision as of 18:54, 12 March 2022

Overview

...

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

Linked entity : item_bonuspack

Class Structure