[AUTO]: updating luabinding automatically

This commit is contained in:
CocosRobot 2014-03-27 08:43:46 +00:00
parent 2e3b6b62de
commit e5ff0912a7
3 changed files with 7 additions and 1 deletions

View File

@ -84,6 +84,11 @@
-- @param #point_table point
-- @return bool#bool ret (return value: bool)
--------------------------------
-- @function [parent=#Label] getFontAtlas
-- @param self
-- @return FontAtlas#FontAtlas ret (return value: cc.FontAtlas)
--------------------------------
-- @function [parent=#Label] getFontDefinition
-- @param self

View File

@ -1 +1 @@
e61fc1a1233b68753cde41829e4a2ad07feb777e
491f36052e7ee592286d55bcb9b0425b7ca95332

View File

@ -1560,6 +1560,7 @@ int register_all_cocos2dx(lua_State* tolua_S);
#endif // __cocos2dx_h__