Joint:getUserData
EditReturns the Lua value associated with the Joint.
data = Joint:getUserData()
Arguments
None
Returns
Name | Type | Description |
data | * | The custom value associated with the Joint. |
Notes
The user data is not shared between threads. Each thread has its own user data for the Joint.