mirror of https://github.com/axmolengine/axmol.git
[AUTO]: updating luabinding automatically
This commit is contained in:
parent
8b98dcd06b
commit
0e4a209241
|
@ -36,7 +36,7 @@
|
|||
-- @return Label#Label ret (return value: cc.Label)
|
||||
|
||||
--------------------------------
|
||||
-- brief Return a zoom scale <br>
|
||||
-- brief Return a zoom scale<br>
|
||||
-- return the zoom scale in float<br>
|
||||
-- since v3.3
|
||||
-- @function [parent=#Button] getZoomScale
|
||||
|
|
|
@ -5871,7 +5871,7 @@ int lua_cocos2dx_ui_Button_getTitleText(lua_State* tolua_S)
|
|||
tolua_error(tolua_S,"invalid arguments in function 'lua_cocos2dx_ui_Button_getTitleText'", nullptr);
|
||||
return 0;
|
||||
}
|
||||
const std::string& ret = cobj->getTitleText();
|
||||
const std::string ret = cobj->getTitleText();
|
||||
tolua_pushcppstring(tolua_S,ret);
|
||||
return 1;
|
||||
}
|
||||
|
@ -6994,7 +6994,7 @@ int lua_cocos2dx_ui_Button_getTitleFontName(lua_State* tolua_S)
|
|||
tolua_error(tolua_S,"invalid arguments in function 'lua_cocos2dx_ui_Button_getTitleFontName'", nullptr);
|
||||
return 0;
|
||||
}
|
||||
const std::string& ret = cobj->getTitleFontName();
|
||||
const std::string ret = cobj->getTitleFontName();
|
||||
tolua_pushcppstring(tolua_S,ret);
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue