mirror of https://github.com/axmolengine/axmol.git
12 lines
279 B
Lua
12 lines
279 B
Lua
|
|
||
|
--------------------------------
|
||
|
-- @module SplitRows
|
||
|
--------------------------------
|
||
|
-- @function [parent=#SplitRows] create
|
||
|
-- @param self
|
||
|
-- @param #float float
|
||
|
-- @param #unsigned int int
|
||
|
-- @return SplitRows#SplitRows ret (return value: cc.SplitRows)
|
||
|
|
||
|
return nil
|