Tf ragdoll: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page. Info from Jungle Inferno leak.)
 
m (Added image.)
Line 1: Line 1:
[[Image:tf2_scout_ragdoll.jpg|thumb|right|300px|TF2 Scout ragdoll.]]
{{tf2 point|tf_ragdoll}}
{{tf2 point|tf_ragdoll}}



Revision as of 14:40, 6 July 2021

TF2 Scout ragdoll.

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

C++ In code, it is represented by theCTFRagdollclass, defined in thetf_player.cppfile.

Entity Description

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

Keyvalues

TeamNum:
Initial Team (TeamNum) <choices>
Which Team the entity belongs / is assigned to on spawn
  • 0: None
  • 1: Spectator/Halloween Souls Team Fortress 2
  • 2: RED Team Fortress 2
  • 3: BLU/Robots Team Fortress 2
  • 5: Halloween Bosses (only in Team Fortress 2) !FGD
Note.pngNote:Content moved to Rendering and studio model related KIO/Keyvalues for continuation of page history


Inputs

SetTeam <integerRedirectInput/integer>
Changes the entity's team.
Note.pngNote:Content moved to Rendering and studio model related KIO/Inputs for continuation of page history


Outputs

Note.pngNote:Content moved to Rendering and studio model related KIO/Outputs for continuation of page history