mirror of
https://github.com/love2d/love.git
synced 2026-08-19 04:06:17 +02:00
Add PrismaticJoint:getMaxMotorForce
--HG-- branch : box2d-update
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user