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

39 lines
1.2 KiB
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
--------------------------------
-- brief Create the action with the number of rows and the duration.<br>
-- param duration Specify the duration of the SplitRows action. It's a value in seconds.<br>
-- param rows Specify the rows count should be splited.<br>
-- return If the creation success, return a pointer of SplitRows action; otherwise, return nil.
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
-- @return SplitRows#SplitRows self (return value: cc.SplitRows)
--------------------------------
--
-- @function [parent=#SplitRows] clone
-- @param self
-- @return SplitRows#SplitRows ret (return value: cc.SplitRows)
--------------------------------
--
-- @function [parent=#SplitRows] update
-- @param self
-- @param #float time
-- @return SplitRows#SplitRows self (return value: cc.SplitRows)
2014-03-10 14:04:58 +08:00
return nil