Tf robot destruction robot: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{lang|Tf robot destruction robot}} {{tf2 point|tf_robot_destruction_robot}} {{code class|CTFRobotDestruction_Robot|tf_robot_destruction_robot.cpp}} ==Entity Description== Ro...")
 
m (Classifying as model entity)
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{lang|Tf robot destruction robot}}
{{lang|Tf robot destruction robot}}
{{tf2 point|tf_robot_destruction_robot}}
{{CD|CTFRobotDestruction_Robot|file1=tf_robot_destruction_robot.cpp}}
{{this is a|model 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".}}
{{I|StopAndUseComputer|Unused. It was meant to make this entity "use a computer".}}
{{I BaseAnimating}}
{{I BaseEntity}}
 
==Outputs==
{{O BaseAnimating}}
{{O BaseEntity}}

Latest revision as of 04:35, 19 May 2025

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 model 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".