mirror of https://github.com/axmolengine/axmol.git
[AUTO]: updating luabinding automatically
This commit is contained in:
parent
f673664851
commit
75436db583
|
@ -7135,7 +7135,7 @@ int lua_cocos2dx_ui_Button_getTitleColor(lua_State* tolua_S)
|
||||||
tolua_error(tolua_S,"invalid arguments in function 'lua_cocos2dx_ui_Button_getTitleColor'", nullptr);
|
tolua_error(tolua_S,"invalid arguments in function 'lua_cocos2dx_ui_Button_getTitleColor'", nullptr);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
const cocos2d::Color3B& ret = cobj->getTitleColor();
|
cocos2d::Color3B ret = cobj->getTitleColor();
|
||||||
color3b_to_luaval(tolua_S, ret);
|
color3b_to_luaval(tolua_S, ret);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue