mirror of https://github.com/axmolengine/axmol.git
16 lines
410 B
Lua
16 lines
410 B
Lua
|
|
--------------------------------
|
|
-- @module PhysicsJointPin
|
|
-- @extend PhysicsJoint
|
|
-- @parent_module cc
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsJointPin] construct
|
|
-- @param self
|
|
-- @param #cc.PhysicsBody physicsbody
|
|
-- @param #cc.PhysicsBody physicsbody
|
|
-- @param #vec2_table vec2
|
|
-- @return PhysicsJointPin#PhysicsJointPin ret (return value: cc.PhysicsJointPin)
|
|
|
|
return nil
|