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