mirror of https://github.com/axmolengine/axmol.git
28 lines
693 B
Lua
28 lines
693 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)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#SplitRows] startWithTarget
|
|
-- @param self
|
|
-- @param #cc.Node node
|
|
|
|
--------------------------------
|
|
-- @function [parent=#SplitRows] clone
|
|
-- @param self
|
|
-- @return SplitRows#SplitRows ret (return value: cc.SplitRows)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#SplitRows] update
|
|
-- @param self
|
|
-- @param #float float
|
|
|
|
return nil
|