mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Added Joint:setUserData and Joint:getUserData (resolves issue #894.)
This commit is contained in:
@@ -94,6 +94,8 @@ static const luaL_Reg functions[] =
|
||||
{ "getReactionForce", w_Joint_getReactionForce },
|
||||
{ "getReactionTorque", w_Joint_getReactionTorque },
|
||||
{ "getCollideConnected", w_Joint_getCollideConnected },
|
||||
{ "setUserData", w_Joint_setUserData },
|
||||
{ "getUserData", w_Joint_getUserData },
|
||||
{ "destroy", w_Joint_destroy },
|
||||
{ 0, 0 }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user