mirror of https://github.com/axmolengine/axmol.git
29 lines
761 B
Lua
29 lines
761 B
Lua
|
|
--------------------------------
|
|
-- @module RichElementImage
|
|
-- @extend RichElement
|
|
|
|
--------------------------------
|
|
-- @function [parent=#RichElementImage] init
|
|
-- @param self
|
|
-- @param #int int
|
|
-- @param #color3b_table color3b
|
|
-- @param #unsigned char char
|
|
-- @param #string str
|
|
-- @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 #string str
|
|
-- @return RichElementImage#RichElementImage ret (return value: ccui.RichElementImage)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#RichElementImage] RichElementImage
|
|
-- @param self
|
|
|
|
return nil
|