mirror of https://github.com/axmolengine/axmol.git
18 lines
400 B
Lua
18 lines
400 B
Lua
|
|
--------------------------------
|
|
-- @module RichElement
|
|
|
|
--------------------------------
|
|
-- @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
|