Joint:getUserData

Edit

Returns the Lua value associated with the Joint.

data = Joint:getUserData()

Arguments

None

Returns

NameTypeDescription
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.

See also