mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Add RevoluteJoint:getMaxMotorTorque
--HG-- branch : box2d-update
This commit is contained in:
@@ -41,6 +41,7 @@ namespace box2d
|
||||
int w_RevoluteJoint_setMotorSpeed(lua_State * L);
|
||||
int w_RevoluteJoint_getMotorSpeed(lua_State * L);
|
||||
int w_RevoluteJoint_getMotorTorque(lua_State * L);
|
||||
int w_RevoluteJoint_getMaxMotorTorque(lua_State * L);
|
||||
int w_RevoluteJoint_enableLimit(lua_State * L);
|
||||
int w_RevoluteJoint_isLimitEnabled(lua_State * L);
|
||||
int w_RevoluteJoint_setUpperLimit(lua_State * L);
|
||||
|
||||
Reference in New Issue
Block a user