mirror of https://github.com/axmolengine/axmol.git
11 lines
237 B
Lua
11 lines
237 B
Lua
|
|
||
|
--------------------------------
|
||
|
-- @module Place
|
||
|
--------------------------------
|
||
|
-- @function [parent=#Place] create
|
||
|
-- @param self
|
||
|
-- @param #point_table point
|
||
|
-- @return Place#Place ret (return value: cc.Place)
|
||
|
|
||
|
return nil
|