CRobotDispenser: Difference between revisions

From SigMod
Jump to navigation Jump to search
(Created blank page)
 
No edit summary
Line 1: Line 1:
==Overview==
Placed dispensers in TF2 are instances of this class.


'''Source location : /game/shared/tf/tf_robot_destruction_robot.h'''
'''Linked entity : rd_robot_dispenser'''
==[[SendProps|Class Structure]]==
*'''[[CBaseEntity]]'''
**'''[[CBaseAnimating]]'''
***'''[[CBaseAnimatingOverlay]]'''
****'''[[CBaseFlex]]'''
*****'''[[CBaseCombatCharacter]]'''
******'''[[CBaseObject]]'''
*******'''[[CObjectDispenser]]'''
********CRobotDispenser

Revision as of 01:20, 1 February 2022

Overview

Placed dispensers in TF2 are instances of this class.

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

Linked entity : rd_robot_dispenser

Class Structure