mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Added Joint:getBodies (see issue #922.)
This commit is contained in:
@@ -74,6 +74,7 @@ static const luaL_Reg functions[] =
|
||||
{ "getMaxTorque", w_FrictionJoint_getMaxTorque },
|
||||
// From Joint.
|
||||
{ "getType", w_Joint_getType },
|
||||
{ "getBodies", w_Joint_getBodies },
|
||||
{ "getAnchors", w_Joint_getAnchors },
|
||||
{ "getReactionForce", w_Joint_getReactionForce },
|
||||
{ "getReactionTorque", w_Joint_getReactionTorque },
|
||||
|
||||
Reference in New Issue
Block a user