mirror of https://github.com/axmolengine/axmol.git
32 lines
816 B
Lua
32 lines
816 B
Lua
|
|
--------------------------------
|
|
-- @module RichElementText
|
|
|
|
--------------------------------
|
|
-- @function [parent=#RichElementText] init
|
|
-- @param self
|
|
-- @param #int int
|
|
-- @param #color3B_table color3b
|
|
-- @param #unsigned char char
|
|
-- @param #char char
|
|
-- @param #char char
|
|
-- @param #float float
|
|
-- @return bool#bool ret (return value: bool)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#RichElementText] create
|
|
-- @param self
|
|
-- @param #int int
|
|
-- @param #color3B_table color3b
|
|
-- @param #unsigned char char
|
|
-- @param #char char
|
|
-- @param #char char
|
|
-- @param #float float
|
|
-- @return RichElementText#RichElementText ret (return value: ccui.RichElementText)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#RichElementText] RichElementText
|
|
-- @param self
|
|
|
|
return nil
|