Revision Difference
Entity:SetRagdollBuildFunction#561421
<function name="SetRagdollBuildFunction" parent="Entity" type="classfunc">
<description>Sets the function to build the ragdoll. This is used alongside Kinect, for more info see ragdoll_motion entity.</description>
<realm>Server</realm>
<args>
<arg name="func" type="function">The build function. This function has one argument:⤶
* <page>Entity</page> ragdoll - The ragdoll to build</arg>⤶
<arg name="builder" type="function">The build function. ⤶
⤶
<callback>⤶
<arg type="Entity" name="ragdoll">The ragdoll to build</arg>⤶
</callback></arg>⤶
</args>
</function>