Revision Difference
GM:CreateEntityRagdoll#553059
<function name="CreateEntityRagdoll" parent="GM" type="hook">
<ishook>yes</ishook>⤶
<description>
Called when a serverside ragdoll of an entity has been created.
See <page>GM:CreateClientsideRagdoll</page> for clientside ragdolls.
</description>
<realm>Server</realm>
<predicted>No</predicted>⤶
<args>
<arg name="owner" type="Entity">Entity that owns the ragdoll</arg>
<arg name="ragdoll" type="Entity">The ragdoll entity</arg>
</args>
</function>