CRobotDispenser: Difference between revisions

From SigMod
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
Dispensers used by robots in Robot Destruction are instances of this class.
Dispensers used by robots in Robot Destruction are instances of this class.


'''Source location : /game/shared/tf/tf_robot_destruction_robot.h'''
'''Source location : [https://github.com/sreechar/TF2-Source-Code/blob/master/tf2_src/game/shared/tf/tf_robot_destruction_robot.h /game/shared/tf/tf_robot_destruction_robot.h]'''


'''Linked entity : rd_robot_dispenser'''
'''Linked entity : rd_robot_dispenser'''


==[[SendProps|Class Structure]]==
==[[Classes|Class Structure]]==
*'''[[CBaseEntity]]'''
*'''[[CBaseEntity]]'''
**'''[[CBaseAnimating]]'''
**'''[[CBaseAnimating]]'''
Line 14: Line 14:
******'''[[CBaseObject]]'''
******'''[[CBaseObject]]'''
*******'''[[CObjectDispenser]]'''
*******'''[[CObjectDispenser]]'''
********CRobotDispenser
********'''CRobotDispenser'''

Latest revision as of 04:28, 19 February 2022

Overview[edit | edit source]

Dispensers used by robots in Robot Destruction are instances of this class.

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

Linked entity : rd_robot_dispenser

Class Structure[edit | edit source]