What it does
Physics3DRagdollSleepThresholds sets RagdollSleepingThresholds on a 3DPhysics object. It takes linear (a float) and angular (a float), and returns nothing.
Syntax
Physics3DRagdollSleepThresholds(linear float, angular float)Parameters
| Name | Type |
|---|---|
| linear | float |
| angular | float |
Every form returns
nothing
Example · generated
Physics3DRagdollSleepThresholds(1.0, 1.0)DO Sync()LOOPPhysics3DRagdollSleepThresholds is called with values of the types its signature asks for. The DO … LOOP is not decoration: a classic BASIC program ends the moment it runs out of lines, and Sync() is what draws the frame.