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