From d288cd1e6d0bb9fd4c05e6afa3e26bb7e0658839 Mon Sep 17 00:00:00 2001 From: carsakiller Date: Fri, 27 Oct 2023 20:42:06 -0400 Subject: refactor: replace Cocos4.0 with LuaCATS submodule --- meta/3rd/Cocos4.0 | 1 + .../library/ccui/RichElementCustomNode.lua | 38 ---------------------- 2 files changed, 1 insertion(+), 38 deletions(-) create mode 160000 meta/3rd/Cocos4.0 delete mode 100644 meta/3rd/Cocos4.0/library/ccui/RichElementCustomNode.lua (limited to 'meta/3rd/Cocos4.0/library/ccui/RichElementCustomNode.lua') diff --git a/meta/3rd/Cocos4.0 b/meta/3rd/Cocos4.0 new file mode 160000 index 00000000..c0b2259e --- /dev/null +++ b/meta/3rd/Cocos4.0 @@ -0,0 +1 @@ +Subproject commit c0b2259e0d367561fd4563ae114b029b4dfe3a8f diff --git a/meta/3rd/Cocos4.0/library/ccui/RichElementCustomNode.lua b/meta/3rd/Cocos4.0/library/ccui/RichElementCustomNode.lua deleted file mode 100644 index c9f03fb4..00000000 --- a/meta/3rd/Cocos4.0/library/ccui/RichElementCustomNode.lua +++ /dev/null @@ -1,38 +0,0 @@ ----@meta - ----@class ccui.RichElementCustomNode :ccui.RichElement -local RichElementCustomNode={ } -ccui.RichElementCustomNode=RichElementCustomNode - - - - ----* brief Initialize a RichElementCustomNode with various arguments.
----* param tag A integer tag value.
----* param color A color in Color3B.
----* param opacity A opacity in GLubyte.
----* param customNode A custom node pointer.
----* return True if initialize success, false otherwise. ----@param tag int ----@param color color3b_table ----@param opacity unsigned_char ----@param customNode cc.Node ----@return boolean -function RichElementCustomNode:init (tag,color,opacity,customNode) end ----* brief Create a RichElementCustomNode with various arguments.
----* param tag A integer tag value.
----* param color A color in Color3B.
----* param opacity A opacity in GLubyte.
----* param customNode A custom node pointer.
----* return A RichElementCustomNode instance. ----@param tag int ----@param color color3b_table ----@param opacity unsigned_char ----@param customNode cc.Node ----@return self -function RichElementCustomNode:create (tag,color,opacity,customNode) end ----* brief Default constructor.
----* js ctor
----* lua new ----@return self -function RichElementCustomNode:RichElementCustomNode () end \ No newline at end of file -- cgit v1.2.3