mirror of https://github.com/axmolengine/axmol.git
[AUTO]: updating luabinding automatically
This commit is contained in:
parent
8c7bc11931
commit
189733abac
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
44ccccc9572e8345c6b9903e8f10abcf0937d1cc
|
||||
cc7c32d206cb97cf33b4390918d98685a3e7d958
|
|
@ -1543,6 +1543,8 @@ int register_all_cocos2dx(lua_State* tolua_S);
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue