Add RevoluteJoint:getMaxMotorTorque

--HG--
branch : box2d-update
This commit is contained in:
Bill Meltsner
2011-09-29 11:12:03 -04:00
parent c5cd6d709b
commit 53cdd0ea7d
4 changed files with 19 additions and 0 deletions
@@ -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);