Tf weapon crossbow: Difference between revisions
Jump to navigation
Jump to search

m (Replacing {{l4dseries}} or {} with {{this is a}}. This operation was performed by a bot.) |
(-added class hierarchy, cleanup) |
||
Line 1: | Line 1: | ||
{{this is a|point entity|name=tf_weapon_crossbow|game=Team Fortress 2 | {{LanguageBar}} | ||
{{CD|CTFCrossbow|nolink=1|file1=tf_weapon_rocketlauncher.cpp}} | |||
{{this is a|point entity|name=tf_weapon_crossbow|game=Team Fortress 2}} | |||
tf_weapon_crossbow is the [http://wiki.teamfortress.com/wiki/Medic medic's] primary weapon called the [http://wiki.teamfortress.com/wiki/Crusader%27s_Crossbow Crusader's Crossbow]. The weapon fires a [[tf_projectile_healing_bolt]] which either heals its team or damages the enemy on collision. Though if the weapon is spawned by "ent_create tf_weapon_crossbow", it appears invisible. | tf_weapon_crossbow is the [http://wiki.teamfortress.com/wiki/Medic medic's] primary weapon called the [http://wiki.teamfortress.com/wiki/Crusader%27s_Crossbow Crusader's Crossbow]. The weapon fires a [[tf_projectile_healing_bolt]] which either heals its team or damages the enemy on collision. Though if the weapon is spawned by "ent_create tf_weapon_crossbow", it appears invisible. | ||
==Keyvalues== | ==Keyvalues== | ||
{{KV | {{KV Targetname}} | ||
Revision as of 15:21, 25 September 2024


![]() |
---|
CTFCrossbow |
![]() |
tf_weapon_crossbow
is a point entity available in Team Fortress 2.
tf_weapon_crossbow is the medic's primary weapon called the Crusader's Crossbow. The weapon fires a tf_projectile_healing_bolt which either heals its team or damages the enemy on collision. Though if the weapon is spawned by "ent_create tf_weapon_crossbow", it appears invisible.
Keyvalues
- Name (targetname) <string>[ Edit ]
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentname
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities