mirror of https://github.com/axmolengine/axmol.git
13 lines
376 B
Lua
13 lines
376 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
|