Joint:isDestroyed
EditReturns whether a Joint has been destroyed. This the only method that can be called on a destroyed Joint, using the Joint in any other way will error.
destroyed = Joint:isDestroyed()
Arguments
None
Returns
Name | Type | Description |
destroyed | boolean | Whether the Joint has been destroyed. |