mirror of https://github.com/axmolengine/axmol.git
30 lines
828 B
Lua
30 lines
828 B
Lua
|
|
--------------------------------
|
|
-- @module RichElementCustomNode
|
|
-- @extend RichElement
|
|
-- @parent_module ccui
|
|
|
|
--------------------------------
|
|
-- @function [parent=#RichElementCustomNode] init
|
|
-- @param self
|
|
-- @param #int int
|
|
-- @param #color3b_table color3b
|
|
-- @param #unsigned char char
|
|
-- @param #cc.Node node
|
|
-- @return bool#bool ret (return value: bool)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#RichElementCustomNode] create
|
|
-- @param self
|
|
-- @param #int int
|
|
-- @param #color3b_table color3b
|
|
-- @param #unsigned char char
|
|
-- @param #cc.Node node
|
|
-- @return RichElementCustomNode#RichElementCustomNode ret (return value: ccui.RichElementCustomNode)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#RichElementCustomNode] RichElementCustomNode
|
|
-- @param self
|
|
|
|
return nil
|