mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Add Body:getFilterList
--HG-- branch : box2d-update
This commit is contained in:
@@ -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:
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user