mirror of https://github.com/axmolengine/axmol.git
23 lines
520 B
Lua
23 lines
520 B
Lua
|
|
--------------------------------
|
|
-- @module RichElement
|
|
-- @extend Ref
|
|
-- @parent_module ccui
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#RichElement] init
|
|
-- @param self
|
|
-- @param #int tag
|
|
-- @param #color3b_table color
|
|
-- @param #unsigned char opacity
|
|
-- @return bool#bool ret (return value: bool)
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#RichElement] RichElement
|
|
-- @param self
|
|
-- @return RichElement#RichElement self (return value: ccui.RichElement)
|
|
|
|
return nil
|