CBonusPack: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
A power core dropped by robots in the Robot Destruction gamemode. | |||
'''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]''' | '''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]''' | ||
Line 6: | Line 6: | ||
'''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]]''' | *'''[[CBaseEntity]]''' |
Latest revision as of 20:47, 10 August 2022
Overview[edit | edit source]
A power core dropped by robots in the Robot Destruction gamemode.
Source location : /game/shared/tf/entity_bonuspack.h
Linked Entity : item_bonuspack
Class Structure[edit | edit source]
- CBaseEntity
- CBaseAnimating
- CItem
- CTFPowerup
- CCurrencyPack
- CBonusPack
- CCurrencyPack
- CTFPowerup
- CItem
- CBaseAnimating