tf_ragdoll

From Valve Developer Community
Revision as of 11:57, 5 July 2021 by Amicdict (talk | contribs) (Created page. Info from Jungle Inferno leak.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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