Added Body/Contact/Fixture/Joint/World:isDestroyed (resolves issue #964.)

This commit is contained in:
Alex Szpakowski
2015-01-05 00:14:41 -04:00
parent be9b5b5d1a
commit 91062a1496
21 changed files with 56 additions and 0 deletions
@@ -157,6 +157,7 @@ static const luaL_Reg functions[] =
{ "setUserData", w_Joint_setUserData },
{ "getUserData", w_Joint_getUserData },
{ "destroy", w_Joint_destroy },
{ "isDestroyed", w_Joint_isDestroyed },
{ 0, 0 }
};