CPlayerDestructionDispenser: Difference between revisions

From SigMod
Jump to navigation Jump to search
(Created blank page)
 
No edit summary
Line 1: Line 1:
== Overview ==
The dispensers which are applied 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'''
==[[SendProps|Class Structure]]==
*'''[[CBaseEntity]]'''
**'''[[CBaseAnimating]]'''
***'''[[CBaseAnimatingOverlay]]'''
****'''[[CBaseFlex]]'''
*****'''[[CBaseCombatCharacter]]'''
******'''[[CBaseObject]]'''
*******'''CObjectDispenser'''

Revision as of 01:07, 1 February 2022

Overview

The dispensers which are applied 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