mirror of https://github.com/axmolengine/axmol.git
Merge pull request #5864 from CocosRobot/update_lua_bindings_1395209593
[AUTO]: updating luabinding automatically
This commit is contained in:
commit
de28786e6d
|
@ -265,11 +265,6 @@
|
|||
-- @param self
|
||||
-- @return bool#bool ret (return value: bool)
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#Label] setColor
|
||||
-- @param self
|
||||
-- @param #color3B_table color3b
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#Label] getScaleY
|
||||
-- @param self
|
||||
|
@ -312,4 +307,9 @@
|
|||
-- @param self
|
||||
-- @return size_table#size_table ret (return value: size_table)
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#Label] updateDisplayedColor
|
||||
-- @param self
|
||||
-- @param #color3B_table color3b
|
||||
|
||||
return nil
|
||||
|
|
Loading…
Reference in New Issue