Tf wearable demoshield: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (Classifying as model entity)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{tf2 point|tf_wearable_demoshield}}
{{Ent not in fgd|nolink=1}}
{{CD|CTFWearableDemoShield|file1=1}}
{{This is a|model entity|game=Team Fortress 2|name=tf_wearable_demoshield}}


tf_wearable_demoshield is the base for all shields worn by the [http://wiki.teamfortress.com/wiki/Demoman Demoman]. This arsenal of shields consist of the [http://wiki.teamfortress.com/wiki/Chargin_Targe Chargin' Targe], the [http://wiki.teamfortress.com/wiki/Splendid_Screen Splendid Screen], and the [http://wiki.teamfortress.com/wiki/Tide_Turner Tide Turner.] tf_wearable_demoshield, just like the other base entities, shows up as invisible when spawned using the developer console.
tf_wearable_demoshield is the base for all shields worn by the [http://wiki.teamfortress.com/wiki/Demoman Demoman]. This arsenal of shields consist of the [http://wiki.teamfortress.com/wiki/Chargin_Targe Chargin' Targe], the [http://wiki.teamfortress.com/wiki/Splendid_Screen Splendid Screen], and the [http://wiki.teamfortress.com/wiki/Tide_Turner Tide Turner.] tf_wearable_demoshield, just like the other base entities, shows up as invisible when spawned using the developer console.


==Keyvalues==
== Keyvalues ==
{{KV Targetname}}
{{KV Targetname}}
==Inputs==
{{I Targetname}}
==Outputs==
{{O Targetname}}

Latest revision as of 04:35, 19 May 2025

Icon-NotInFGD.png
This entity is not in the FGD by default.
It should not be put directly in a map.
C++ Class hierarchy
CTFWearableDemoShield
CTFWearable
CEconWearable
CEconEntity
CBaseAnimating
CBaseEntity
C++ tf_wearable_weapons.cpp

tf_wearable_demoshield is a model entity available in Team Fortress 2 Team Fortress 2.

tf_wearable_demoshield is the base for all shields worn by the Demoman. This arsenal of shields consist of the Chargin' Targe, the Splendid Screen, and the Tide Turner. tf_wearable_demoshield, just like the other base entities, shows up as invisible when spawned using the developer console.

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