Tf weapon wrench: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(Created page.)
Line 1: Line 1:
{{stub}}
{{lang|tf_weapon_wrench}}
{{tf2 point|tf_weapon_wrench}}
{{tf2 point|tf_weapon_wrench}}
 
{{code class|CTFRobotArm|tf_weapon_wrench.cpp}}
==Entity description==
==Entity description==
Entity for the [http://wiki.teamfortress.com/wiki/Wrench Wrench], the [http://wiki.teamfortress.com/wiki/Southern_hospitality Southern Hospitality], the [http://wiki.teamfortress.com/wiki/Golden_wrench Golden Wrench], the [http://wiki.teamfortress.com/wiki/Jag Jag], and the [http://wiki.teamfortress.com/wiki/Eureka_Effect Eureka Effect] (melee weapons for the Engineer). Also used for upgrading constructions like Sentries, Dispensers, and Teleporters.
Entity for the [http://wiki.teamfortress.com/wiki/Wrench Wrench], the [http://wiki.teamfortress.com/wiki/Southern_hospitality Southern Hospitality], the [http://wiki.teamfortress.com/wiki/Golden_wrench Golden Wrench], the [http://wiki.teamfortress.com/wiki/Jag Jag], and the [http://wiki.teamfortress.com/wiki/Eureka_Effect Eureka Effect] (melee weapons for the Engineer). Also used for upgrading constructions like Sentries, Dispensers, and Teleporters.
Line 8: Line 7:


==Keyvalues==
==Keyvalues==
{{KV Targetname}}
{{KV BaseEntity}}
{{KV BaseAnimating}}


==Inputs==
==Inputs==
{{I Targetname}}
{{I BaseEntity}}
{{I BaseAnimating}}


==Outputs==
==Outputs==
{{O Targetname}}
{{O BaseEntity}}
{{O BaseAnimating}}

Revision as of 12:16, 26 April 2022

English (en)Translate (Translate)

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

C++ In code, it is represented by theCTFRobotArmclass, defined in thetf_weapon_wrench.cppfile.

Entity description

Entity for the Wrench, the Southern Hospitality, the Golden Wrench, the Jag, and the Eureka Effect (melee weapons for the Engineer). Also used for upgrading constructions like Sentries, Dispensers, and Teleporters. The Southern Hospitality causes bleed damage on hit, the Golden Wrench turns players into golden statues when killed, the Jag speeds up the building process, and the Eureka Effect teleports the Engineer back to spawn on alt-fire.

Keyvalues

Note.pngNote:Content moved to Rendering and studio model related KIO/Keyvalues for continuation of page history

Inputs

Note.pngNote:Content moved to Rendering and studio model related KIO/Inputs for continuation of page history

Outputs

Note.pngNote:Content moved to Rendering and studio model related KIO/Outputs for continuation of page history