Add Body:getFilterList

--HG--
branch : box2d-update
This commit is contained in:
Bill Meltsner
2011-09-24 17:12:45 -04:00
parent 15d2b7c63d
commit 221d9699f6
4 changed files with 31 additions and 0 deletions
+7
View File
@@ -378,6 +378,13 @@ namespace box2d
* Get the World this Body resides in.
*/
World * getWorld() const;
/**
* Get an array of all the Fixtures attached to this Body.
* @return An array of Fixtures.
**/
int getFixtureList(lua_State * L) const;
private:
/**