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

Raggib: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{stub}} {{ent not in fgd|nolink=1|because=you can use {{ent|prop_ragdoll}} instead}} {{CD|CRagGib|file1=gib.cpp}} {{this is a|point entity|name=raggib}} This is ragdoll e...")
 
m (Grammar)
Line 2: Line 2:
{{ent not in fgd|nolink=1|because=you can use {{ent|prop_ragdoll}} instead}}
{{ent not in fgd|nolink=1|because=you can use {{ent|prop_ragdoll}} instead}}
{{CD|CRagGib|file1=gib.cpp}}
{{CD|CRagGib|file1=gib.cpp}}
{{this is a|point entity|name=raggib}} This is [[ragdoll]] entity that used by {{ent|env_shooter}} if choosed ''Ragdoll'' value for ''Simulation Type'' property. This entity is always client side, can't use server side without code edit.
{{this is a|point entity|name=raggib}} This is a [[ragdoll]] entity that is used by {{ent|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==
==See also==
*{{ent|gib}}
*{{ent|gib}}
*{{ent|gibshooter}}
*{{ent|gibshooter}}

Revision as of 03:46, 17 November 2024

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 point 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