mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Added Joint:getBodies (see issue #922.)
This commit is contained in:
@@ -124,6 +124,7 @@ static const luaL_Reg functions[] =
|
||||
{ "getCorrectionFactor", w_MotorJoint_getCorrectionFactor },
|
||||
// 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