mirror of https://github.com/axmolengine/axmol.git
14 lines
367 B
Lua
14 lines
367 B
Lua
|
|
--------------------------------
|
|
-- @module PhysicsJointPin
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsJointPin] construct
|
|
-- @param self
|
|
-- @param #cc.PhysicsBody physicsbody
|
|
-- @param #cc.PhysicsBody physicsbody
|
|
-- @param #point_table point
|
|
-- @return PhysicsJointPin#PhysicsJointPin ret (return value: cc.PhysicsJointPin)
|
|
|
|
return nil
|