Tf weapon wrench: 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_weapon_wrench}}{{this is a|point entity|game=Team Fortress 2|name=tf_weapon_wrench}}
{{lang|tf_weapon_wrench}}
{{code class|CTFRobotArm|tf_weapon_wrench.cpp}}
{{CD|CTFRobotArm|file1=tf_weapon_wrench.cpp}}
{{this is a|point entity|game=Team Fortress 2|name=tf_weapon_wrench}}
 
==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.
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.
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==
{{KV BaseEntity}}
{{KV BaseAnimating}}
==Inputs==
{{I BaseEntity}}
{{I BaseAnimating}}
==Outputs==
{{O BaseEntity}}
{{O BaseAnimating}}

Revision as of 14:09, 2 July 2024

English (en)Translate (Translate)
C++ Class hierarchy
CTFRobotArm
CTFWrench
CTFWeaponBaseMelee
CTFWeaponBase
CBaseCombatWeapon
CBaseAnimating
CBaseEntity
C++ tf_weapon_wrench.cpp

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

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.