Added Joint:setUserData and Joint:getUserData (resolves issue #894.)

This commit is contained in:
Alex Szpakowski
2014-06-05 20:56:43 -03:00
parent 3792dee4b4
commit 5dd23dffd1
15 changed files with 102 additions and 1 deletions
@@ -78,6 +78,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 }
};