mirror of https://github.com/axmolengine/axmol.git
[AUTO]: updating luabinding automatically
This commit is contained in:
parent
44310fea18
commit
8cec6b83d9
|
@ -39,6 +39,16 @@
|
||||||
-- @param self
|
-- @param self
|
||||||
-- @return float#float ret (return value: float)
|
-- @return float#float ret (return value: float)
|
||||||
|
|
||||||
|
--------------------------------
|
||||||
|
-- @function [parent=#Texture2D] updateWithData
|
||||||
|
-- @param self
|
||||||
|
-- @param #void void
|
||||||
|
-- @param #int int
|
||||||
|
-- @param #int int
|
||||||
|
-- @param #int int
|
||||||
|
-- @param #int int
|
||||||
|
-- @return bool#bool ret (return value: bool)
|
||||||
|
|
||||||
--------------------------------
|
--------------------------------
|
||||||
-- @function [parent=#Texture2D] hasPremultipliedAlpha
|
-- @function [parent=#Texture2D] hasPremultipliedAlpha
|
||||||
-- @param self
|
-- @param self
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
0dd623ccb713f55a7833632ea5f09758b8af338f
|
e61fc1a1233b68753cde41829e4a2ad07feb777e
|
|
@ -1559,6 +1559,7 @@ int register_all_cocos2dx(lua_State* tolua_S);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#endif // __cocos2dx_h__
|
#endif // __cocos2dx_h__
|
||||||
|
|
Loading…
Reference in New Issue