CPlayerDestructionDispenser: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
The dispensers which are | The dispensers which are parented to players with the most flags in Player Destruction are instances of this class. | ||
'''Source location : /game/shared/tf/tf_logic_player_destruction.h''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/blob/master/tf2_src/game/shared/tf/tf_logic_player_destruction.h /game/shared/tf/tf_logic_player_destruction.h]''' | ||
'''Linked entity : pd_dispenser''' | '''Linked entity : pd_dispenser''' | ||
==[[ | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**'''[[CBaseAnimating]]''' | **'''[[CBaseAnimating]]''' | ||
Line 13: | Line 13: | ||
*****'''[[CBaseCombatCharacter]]''' | *****'''[[CBaseCombatCharacter]]''' | ||
******'''[[CBaseObject]]''' | ******'''[[CBaseObject]]''' | ||
*******'''CObjectDispenser''' | *******'''[[CObjectDispenser]]''' | ||
********'''CPlayerDestructionDispenser''' |
Latest revision as of 04:28, 19 February 2022
Overview[edit | edit source]
The dispensers which are parented to players with the most flags in Player Destruction are instances of this class.
Source location : /game/shared/tf/tf_logic_player_destruction.h
Linked entity : pd_dispenser
Class Structure[edit | edit source]
- CBaseEntity
- CBaseAnimating
- CBaseAnimatingOverlay
- CBaseFlex
- CBaseCombatCharacter
- CBaseObject
- CObjectDispenser
- CPlayerDestructionDispenser
- CObjectDispenser
- CBaseObject
- CBaseCombatCharacter
- CBaseFlex
- CBaseAnimatingOverlay
- CBaseAnimating