This article's documentation is for anything that uses the Source engine. Click here for more information.

raggib

From Valve Developer Community
Revision as of 04:34, 19 May 2025 by Nesciuse (talk | contribs) (Classifying as model entity)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Stub

This article or section is a stub. You can help by expanding it.

Icon-NotInFGD.png
This entity is not in the FGD by default.
It should not be put directly in a map because you can use prop_ragdoll instead.
C++ Class hierarchy
CRagGib
CBaseAnimating
CBaseEntity
C++ gib.cpp

raggib is a model entity available in all Source Source games. This is a ragdoll entity that is used by env_shooter when Ragdoll is the set value for the Simulation property. This entity is always client side; it can't be used server side without code modification.

See also