[AUTO]: updating luabinding automatically

This commit is contained in:
CocosRobot 2014-03-14 07:56:39 +00:00
parent 8c7bc11931
commit 189733abac
3 changed files with 13 additions and 1 deletions

View File

@ -40,6 +40,11 @@
-- @param self
-- @param #unsigned int int
--------------------------------
-- @function [parent=#Label] listenToFontAtlasPurge
-- @param self
-- @param #cc.EventCustom eventcustom
--------------------------------
-- @function [parent=#Label] setFontName
-- @param self
@ -163,6 +168,11 @@
-- @param #int int
-- @return Sprite#Sprite ret (return value: cc.Sprite)
--------------------------------
-- @function [parent=#Label] listenToBackground
-- @param self
-- @param #cc.EventCustom eventcustom
--------------------------------
-- @function [parent=#Label] getTextAlignment
-- @param self

View File

@ -1 +1 @@
44ccccc9572e8345c6b9903e8f10abcf0937d1cc
cc7c32d206cb97cf33b4390918d98685a3e7d958

View File

@ -1543,6 +1543,8 @@ int register_all_cocos2dx(lua_State* tolua_S);