[AUTO]: updating luabinding automatically

This commit is contained in:
CocosRobot 2014-04-02 09:58:03 +00:00
parent 4edf923cf8
commit 59db1f300d
1 changed files with 19 additions and 19 deletions

View File

@ -267,6 +267,13 @@
-- @param #cc.FontDefinition fontdefinition -- @param #cc.FontDefinition fontdefinition
-- @return Label#Label ret (return value: cc.Label) -- @return Label#Label ret (return value: cc.Label)
--------------------------------
-- @function [parent=#Label] draw
-- @param self
-- @param #cc.Renderer renderer
-- @param #kmMat4 kmmat4
-- @param #bool bool
-------------------------------- --------------------------------
-- @function [parent=#Label] addChild -- @function [parent=#Label] addChild
-- @param self -- @param self
@ -275,11 +282,9 @@
-- @param #int int -- @param #int int
-------------------------------- --------------------------------
-- @function [parent=#Label] draw -- @function [parent=#Label] setScaleY
-- @param self -- @param self
-- @param #cc.Renderer renderer -- @param #float float
-- @param #kmMat4 kmmat4
-- @param #bool bool
-------------------------------- --------------------------------
-- @function [parent=#Label] setScaleX -- @function [parent=#Label] setScaleX
@ -296,16 +301,6 @@
-- @param self -- @param self
-- @return float#float ret (return value: float) -- @return float#float ret (return value: float)
--------------------------------
-- @function [parent=#Label] getScaleX
-- @param self
-- @return float#float ret (return value: float)
--------------------------------
-- @function [parent=#Label] getDescription
-- @param self
-- @return string#string ret (return value: string)
-------------------------------- --------------------------------
-- @function [parent=#Label] setBlendFunc -- @function [parent=#Label] setBlendFunc
-- @param self -- @param self
@ -318,6 +313,16 @@
-- @param #kmMat4 kmmat4 -- @param #kmMat4 kmmat4
-- @param #bool bool -- @param #bool bool
--------------------------------
-- @function [parent=#Label] getScaleX
-- @param self
-- @return float#float ret (return value: float)
--------------------------------
-- @function [parent=#Label] getDescription
-- @param self
-- @return string#string ret (return value: string)
-------------------------------- --------------------------------
-- @function [parent=#Label] setOpacityModifyRGB -- @function [parent=#Label] setOpacityModifyRGB
-- @param self -- @param self
@ -337,11 +342,6 @@
-- @param self -- @param self
-- @param #unsigned char char -- @param #unsigned char char
--------------------------------
-- @function [parent=#Label] setScaleY
-- @param self
-- @param #float float
-------------------------------- --------------------------------
-- @function [parent=#Label] getContentSize -- @function [parent=#Label] getContentSize
-- @param self -- @param self