Tf wearable demoshield: 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)
Line 1: Line 1:
{{this is a|point entity|game=Team Fortress 2|name=tf_wearable_demoshield}}
{{CD|CTFWearableDemoShield|file1=1}}
{{This is a|point 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.
Line 5: Line 6:
==Keyvalues==
==Keyvalues==
{{KV Targetname}}
{{KV Targetname}}
==Inputs==
{{I Targetname}}
==Outputs==
{{O Targetname}}

Revision as of 14:42, 8 April 2025

C++ Class hierarchy
CTFWearableDemoShield
CTFWearable
CEconWearable
CEconEntity
CBaseAnimating
CBaseEntity
C++ tf_wearable_weapons.cpp

tf_wearable_demoshield is a point 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