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