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