Merge pull request #11454 from CocosRobot/update_lua_bindings_1429150658

[AUTO]: updating luabinding automatically
This commit is contained in:
minggo 2015-04-16 13:57:31 +08:00
commit d9d379bcc1
1 changed files with 19 additions and 19 deletions

View File

@ -6,23 +6,23 @@
--------------------------------
-- Scroll inner container to top boundary of scrollview.<br>
-- param time Time in seconds.<br>
-- param second Time in seconds.<br>
-- param attenuated Whether scroll speed attenuate or not.
-- @function [parent=#ScrollView] scrollToTop
-- @param self
-- @param #float time
-- @param #float second
-- @param #bool attenuated
-- @return ScrollView#ScrollView self (return value: ccui.ScrollView)
--------------------------------
-- Scroll inner container to horizontal percent position of scrollview.<br>
-- param percent A value between 0 and 100.<br>
-- param time Time in seconds.<br>
-- param second Time in seconds.<br>
-- param attenuated Whether scroll speed attenuate or not.
-- @function [parent=#ScrollView] scrollToPercentHorizontal
-- @param self
-- @param #float percent
-- @param #float time
-- @param #float second
-- @param #bool attenuated
-- @return ScrollView#ScrollView self (return value: ccui.ScrollView)
@ -36,12 +36,12 @@
--------------------------------
-- Scroll inner container to both direction percent position of scrollview.<br>
-- param percent A value between 0 and 100.<br>
-- param time Time in seconds.<br>
-- param second Time in seconds.<br>
-- param attenuated Whether scroll speed attenuate or not.
-- @function [parent=#ScrollView] scrollToPercentBothDirection
-- @param self
-- @param #vec2_table percent
-- @param #float time
-- @param #float second
-- @param #bool attenuated
-- @return ScrollView#ScrollView self (return value: ccui.ScrollView)
@ -55,11 +55,11 @@
--------------------------------
-- Scroll inner container to bottom and left boundary of scrollview.<br>
-- param time Time in seconds.<br>
-- param second Time in seconds.<br>
-- param attenuated Whether scroll speed attenuate or not.
-- @function [parent=#ScrollView] scrollToBottomLeft
-- @param self
-- @param #float time
-- @param #float second
-- @param #bool attenuated
-- @return ScrollView#ScrollView self (return value: ccui.ScrollView)
@ -88,11 +88,11 @@
--------------------------------
-- Scroll inner container to top and left boundary of scrollview.<br>
-- param time Time in seconds.<br>
-- param second Time in seconds.<br>
-- param attenuated Whether scroll speed attenuate or not.
-- @function [parent=#ScrollView] scrollToTopLeft
-- @param self
-- @param #float time
-- @param #float second
-- @param #bool attenuated
-- @return ScrollView#ScrollView self (return value: ccui.ScrollView)
@ -192,11 +192,11 @@
--------------------------------
-- Scroll inner container to left boundary of scrollview.<br>
-- param time Time in seconds.<br>
-- param second Time in seconds.<br>
-- param attenuated Whether scroll speed attenuate or not.
-- @function [parent=#ScrollView] scrollToLeft
-- @param self
-- @param #float time
-- @param #float second
-- @param #bool attenuated
-- @return ScrollView#ScrollView self (return value: ccui.ScrollView)
@ -211,28 +211,28 @@
--------------------------------
-- Scroll inner container to vertical percent position of scrollview.<br>
-- param percent A value between 0 and 100.<br>
-- param time Time in seconds.<br>
-- param second Time in seconds.<br>
-- param attenuated Whether scroll speed attenuate or not.
-- @function [parent=#ScrollView] scrollToPercentVertical
-- @param self
-- @param #float percent
-- @param #float time
-- @param #float second
-- @param #bool attenuated
-- @return ScrollView#ScrollView self (return value: ccui.ScrollView)
--------------------------------
-- Scroll inner container to bottom boundary of scrollview.<br>
-- param time Time in seconds.<br>
-- param second Time in seconds.<br>
-- param attenuated Whether scroll speed attenuate or not.
-- @function [parent=#ScrollView] scrollToBottom
-- @param self
-- @param #float time
-- @param #float second
-- @param #bool attenuated
-- @return ScrollView#ScrollView self (return value: ccui.ScrollView)
--------------------------------
-- Scroll inner container to bottom and right boundary of scrollview.<br>
-- param time Time in seconds<br>
-- param second Time in seconds<br>
-- param attenuated Whether scroll speed attenuate or not.
-- @function [parent=#ScrollView] scrollToBottomRight
-- @param self
@ -248,7 +248,7 @@
--------------------------------
-- Scroll inner container to right boundary of scrollview.<br>
-- param time Time in seconds.<br>
-- param second Time in seconds.<br>
-- param attenuated Whether scroll speed attenuate or not.
-- @function [parent=#ScrollView] scrollToRight
-- @param self
@ -264,7 +264,7 @@
--------------------------------
-- Scroll inner container to top and right boundary of scrollview.<br>
-- param time Time in seconds.<br>
-- param second Time in seconds.<br>
-- param attenuated Whether scroll speed attenuate or not.
-- @function [parent=#ScrollView] scrollToTopRight
-- @param self