Trigger serverragdoll

From Valve Developer Community
Revision as of 04:44, 6 November 2022 by Nescius (talk | contribs)
Jump to navigation Jump to search
C++ Class hierarchy
CServerRagdollTrigger
CBaseTrigger
CBaseToggle
CBaseEntity
C++ triggers.cpp

Template:Base brush It is a volume that forces any NPC inside it to create a server side ragdoll instead of a client one.

Tip.pngTip:These triggers can be used to fix undesirable cases where the ragdoll of a dead enemy falls through the ground, such as when combat occurs on top of a func_breakable or func_physbox. Simply surround the area in question with one of these triggers.
Icon-Bug.pngBug:In Left 4 Dead seriesLeft 4 Dead series ragdolls will still be client side  [todo tested in ?]

See Also