Tf projectile grapplinghook: 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.)
m (Classifying as model entity)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{lang|{{PAGENAME}}}}{{stub}}
{{stub}}
 
{{LanguageBar}}
{{this is a|point entity|game=Team Fortress 2|name=tf_projectile_grapplinghook}} It is the projectile fired by the [[tf_weapon_grapplinghook|Grappling Hook]].
{{CD|CTFProjectile_GrapplingHook|nolink=1|file1=tf_projectile_arrow.cpp}}
{{this is a|model entity|game=Team Fortress 2|name=tf_projectile_grapplinghook}} It is the projectile fired by the [[tf_weapon_grapplinghook|Grappling Hook]].


==Keyvalues==
==Keyvalues==
{{KV BaseEntity|base=1}}
{{KV Targetname}}
 
==Inputs==
{{I BaseEntity|base=1}}
 
==Outputs==
{{O BaseEntity}}

Latest revision as of 04:34, 19 May 2025

Stub

This article or section is a stub. You can help by expanding it.

English (en)Translate (Translate)
C++ Class hierarchy
CTFProjectile_GrapplingHook
CTFProjectile_Arrow
CTFBaseRocket
CBaseProjectile
CBaseAnimating
CBaseEntity
C++ tf_projectile_arrow.cpp

tf_projectile_grapplinghook is a model entity available in Team Fortress 2 Team Fortress 2. It is the projectile fired by the Grappling Hook.

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