Tf robot destruction robot: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.)
(-added class hierarchy, cleanup)
Line 1: Line 1:
{{lang|Tf robot destruction robot}}{{this is a|point entity|game=Team Fortress 2|name=tf_robot_destruction_robot}}
{{lang|Tf robot destruction robot}}
{{CD|CTFRobotDestruction_Robot|file1=tf_robot_destruction_robot.cpp}}
{{this is a|point entity|game=Team Fortress 2|name=tf_robot_destruction_robot}}


{{code class|CTFRobotDestruction_Robot|tf_robot_destruction_robot.cpp}}
==Entity Description==
==Entity Description==
Robot for robot destruction.
Robot for robot destruction.
==Keyvalues==
{{KV BaseAnimating}}
{{KV BaseEntity}}


==Inputs==
==Inputs==
{{IO|StopAndUseComputer|Unused. It was meant to make this entity "use a computer".}}
{{IO|StopAndUseComputer|Unused. It was meant to make this entity "use a computer".}}
{{I BaseAnimating}}
{{I BaseEntity}}
==Outputs==
{{O BaseAnimating}}
{{O BaseEntity}}

Revision as of 13:54, 2 July 2024

English (en)Translate (Translate)
C++ Class hierarchy
CTFRobotDestruction_Robot
RobotBaseClass
CBaseCombatCharacter
CBaseFlex
CBaseAnimatingOverlay
CBaseAnimating
CBaseEntity
C++ tf_robot_destruction_robot.cpp

tf_robot_destruction_robot is a point entity available in Team Fortress 2 Team Fortress 2.

Entity Description

Robot for robot destruction.

Inputs

StopAndUseComputer
Unused. It was meant to make this entity "use a computer".