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

35 lines
866 B
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module SplitRows
-- @extend TiledGrid3DAction
-- @parent_module cc
2014-03-10 14:04:58 +08:00
--------------------------------
-- creates the action with the number of rows to split and the duration <br>
-- param duration in seconds
2014-03-10 14:04:58 +08:00
-- @function [parent=#SplitRows] create
-- @param self
-- @param #float duration
-- @param #unsigned int rows
2014-03-10 14:04:58 +08:00
-- @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
2014-03-10 14:04:58 +08:00
return nil