Tf weapon grapplinghook: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{tf2 point|tf_weapon_grapplinghook}} ==Entity description== The entity used for the [https://wiki.teamfortress.com/wiki/Action_items Action] slot [http://wiki.teamfortress.c...")
 
m (Classifying as model entity)
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{tf2 point|tf_weapon_grapplinghook}}
{{LanguageBar}}
{{CD|CTFGrapplingHook|nolink=1|file1=tf_weapon_grapplinghook.cpp}}
{{this is a|model entity|game=Team Fortress 2|name=tf_weapon_grapplinghook}} It is the entity used for the [https://wiki.teamfortress.com/wiki/Action_items Action] slot [http://wiki.teamfortress.com/wiki/Grappling_Hook Grappling Hook]. If this entity is spawned using <code>ent_create tf_weapon_grapplinghook</code>, it will not appear in-game.


==Entity description==
== Keyvalues ==
The entity used for the [https://wiki.teamfortress.com/wiki/Action_items Action] slot [http://wiki.teamfortress.com/wiki/Grappling_Hook Grappling Hook]. If this entity is spawned using ent_create tf_weapon_grapplinghook it will not appear in-game.
 
==Keyvalues==
{{KV Targetname}}
{{KV Targetname}}
==Inputs==
{{I Targetname}}
==Outputs==
{{O Targetname}}

Latest revision as of 04:35, 19 May 2025

English (en)Translate (Translate)
C++ Class hierarchy
CTFGrapplingHook
CTFRocketLauncher
CTFWeaponBaseGun
CTFWeaponBase
CBaseCombatWeapon
CBaseAnimating
CBaseEntity
C++ tf_weapon_grapplinghook.cpp

tf_weapon_grapplinghook is a model entity available in Team Fortress 2 Team Fortress 2. It is the entity used for the Action slot Grappling Hook. If this entity is spawned using ent_create tf_weapon_grapplinghook, it will not appear in-game.

Keyvalues

Name (targetname) <string>[ Edit ]
The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentname or target).
Also displayed in Hammer's 2D views and Entity Report.
See also:  Generic Keyvalues, Inputs and Outputs available to all entities