axmol/cocos/scripting/lua-bindings/auto/api/SplitRows.lua

34 lines
834 B
Lua

--------------------------------
-- @module SplitRows
-- @extend TiledGrid3DAction
-- @parent_module cc
--------------------------------
-- creates the action with the number of rows to split and the duration
-- @function [parent=#SplitRows] create
-- @param self
-- @param #float duration
-- @param #unsigned int rows
-- @return SplitRows#SplitRows ret (return value: cc.SplitRows)
--------------------------------
--
-- @function [parent=#SplitRows] startWithTarget
-- @param self
-- @param #cc.Node target
--------------------------------
--
-- @function [parent=#SplitRows] clone
-- @param self
-- @return SplitRows#SplitRows ret (return value: cc.SplitRows)
--------------------------------
--
-- @function [parent=#SplitRows] update
-- @param self
-- @param #float time
return nil