axmol/cocos/scripting/lua-bindings/auto/api/PhysicsJointGroove.lua

47 lines
1.3 KiB
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module PhysicsJointGroove
-- @extend PhysicsJoint
2014-03-10 14:04:58 +08:00
--------------------------------
-- @function [parent=#PhysicsJointGroove] setAnchr2
-- @param self
-- @param #cc.Vec2 vec2
2014-03-10 14:04:58 +08:00
--------------------------------
-- @function [parent=#PhysicsJointGroove] setGrooveA
-- @param self
-- @param #cc.Vec2 vec2
2014-03-10 14:04:58 +08:00
--------------------------------
-- @function [parent=#PhysicsJointGroove] setGrooveB
-- @param self
-- @param #cc.Vec2 vec2
2014-03-10 14:04:58 +08:00
--------------------------------
-- @function [parent=#PhysicsJointGroove] getGrooveA
-- @param self
-- @return Vec2#Vec2 ret (return value: cc.Vec2)
2014-03-10 14:04:58 +08:00
--------------------------------
-- @function [parent=#PhysicsJointGroove] getGrooveB
-- @param self
-- @return Vec2#Vec2 ret (return value: cc.Vec2)
2014-03-10 14:04:58 +08:00
--------------------------------
-- @function [parent=#PhysicsJointGroove] getAnchr2
-- @param self
-- @return Vec2#Vec2 ret (return value: cc.Vec2)
2014-03-10 14:04:58 +08:00
--------------------------------
-- @function [parent=#PhysicsJointGroove] construct
-- @param self
-- @param #cc.PhysicsBody physicsbody
-- @param #cc.PhysicsBody physicsbody
-- @param #cc.Vec2 vec2
-- @param #cc.Vec2 vec2
-- @param #cc.Vec2 vec2
2014-03-10 14:04:58 +08:00
-- @return PhysicsJointGroove#PhysicsJointGroove ret (return value: cc.PhysicsJointGroove)
return nil