Joint:getPriority
EditReturns the priority of the Joint. Joints with a higher priority are more likely to be solved correctly. Priority values are non-negative integers.
priority = Joint:getPriority()
Arguments
None
Returns
Name | Type | Description |
priority | number | The integer priority value. |
Notes
The default priority is zero.