Tf ragdoll: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (→‎top: Unicodifying, replaced: [[Image: → [[File:)
m (Classifying as model entity)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Ent not in fgd}}
{{CD|CTFRagdoll|file1=tf_player.cpp}}
[[File:tf2_scout_ragdoll.jpg|thumb|right|300px|Scout ragdoll.]]
[[File:tf2_scout_ragdoll.jpg|thumb|right|300px|Scout ragdoll.]]
 
{{this is a|model entity|game=Team Fortress 2|name=tf_ragdoll}}
{{this is a|e0|game=tf2|name=tf_ragdoll}}
 
{{code class|CTFRagdoll|tf_player.cpp}}


==Entity Description==
==Entity Description==
This entity is used for ragdolls of dead players in TF2.
This entity is used for ragdolls of dead players in TF2.
==Keyvalues==
{{KV TeamNum|tf2=1}}
{{KV BaseAnimating|base=1}}
{{KV BaseEntity|base=1}}
==Inputs==
{{I TFTeam}}
{{I BaseAnimating}}
{{I BaseEntity|base=1}}
==Outputs==
{{O BaseAnimating}}
{{O BaseEntity|base=1}}

Latest revision as of 04:35, 19 May 2025

Icon-NotInFGD.png
This entity is not in the FGD by default.
See below for instructions on making it available.
C++ Class hierarchy
CTFRagdoll
CBaseAnimatingOverlay
CBaseAnimating
CBaseEntity
C++ tf_player.cpp
Scout ragdoll.

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

Entity Description

This entity is used for ragdolls of dead players in TF2.