forked from cocos2d/cocos2d-x
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request cocos2d#14427 from CocosRobot/update_lua_bindings_…
…1447902515 [ci skip][AUTO]: updating luabinding & jsbinding automatically
- Loading branch information
Showing
4 changed files
with
135 additions
and
0 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
cocos/scripting/lua-bindings/auto/api/RichElementNewLine.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
|
||
-------------------------------- | ||
-- @module RichElementNewLine | ||
-- @extend RichElement | ||
-- @parent_module ccui | ||
|
||
-------------------------------- | ||
-- brief Create a RichElementNewLine with various arguments.<br> | ||
-- param tag A integer tag value.<br> | ||
-- param color A color in Color3B.<br> | ||
-- param opacity A opacity in GLubyte.<br> | ||
-- return A RichElementNewLine instance. | ||
-- @function [parent=#RichElementNewLine] create | ||
-- @param self | ||
-- @param #int tag | ||
-- @param #color3b_table color | ||
-- @param #unsigned char opacity | ||
-- @return RichElementNewLine#RichElementNewLine ret (return value: ccui.RichElementNewLine) | ||
|
||
-------------------------------- | ||
-- brief Default constructor.<br> | ||
-- js ctor<br> | ||
-- lua new | ||
-- @function [parent=#RichElementNewLine] RichElementNewLine | ||
-- @param self | ||
-- @return RichElementNewLine#RichElementNewLine self (return value: ccui.RichElementNewLine) | ||
|
||
return nil |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -629,6 +629,9 @@ int register_all_cocos2dx_ui(lua_State* tolua_S); | |
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|