ShadowControlParams
Description
Table used by PhysObj:ComputeShadowControl. Default values are given if the table element is omitted.
Members
number secondstoarrive
How long it takes to move to the set pos and angle. Limited by max speed/damping.
Cannot be 0! Will give errors if you do.
Default: TICK_INTERVAL * 2
number dampfactor
The percentage it should damp the linear/angular force if it reaches it's max amount
Default: 1
number teleportdistance
If it's further away than this it'll teleport (Set to 0 to not teleport)
Default: 0