Add PrismaticJoint:getMaxMotorForce

--HG--
branch : box2d-update
This commit is contained in:
Bill Meltsner
2011-09-29 11:14:42 -04:00
parent 53cdd0ea7d
commit fa58c87605
6 changed files with 21 additions and 2 deletions
@@ -41,6 +41,7 @@ namespace box2d
int w_PrismaticJoint_setMotorSpeed(lua_State * L);
int w_PrismaticJoint_getMotorSpeed(lua_State * L);
int w_PrismaticJoint_getMotorForce(lua_State * L);
int w_PrismaticJoint_getMaxMotorForce(lua_State * L);
int w_PrismaticJoint_enableLimit(lua_State * L);
int w_PrismaticJoint_isLimitEnabled(lua_State * L);
int w_PrismaticJoint_setUpperLimit(lua_State * L);