mirror of https://github.com/axmolengine/axmol.git
29 lines
730 B
Lua
29 lines
730 B
Lua
|
|
--------------------------------
|
|
-- @module TableViewCell
|
|
|
|
--------------------------------
|
|
-- @function [parent=#TableViewCell] reset
|
|
-- @param self
|
|
|
|
--------------------------------
|
|
-- @function [parent=#TableViewCell] getIdx
|
|
-- @param self
|
|
-- @return long#long ret (return value: long)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#TableViewCell] setIdx
|
|
-- @param self
|
|
-- @param #long long
|
|
|
|
--------------------------------
|
|
-- @function [parent=#TableViewCell] create
|
|
-- @param self
|
|
-- @return TableViewCell#TableViewCell ret (return value: cc.TableViewCell)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#TableViewCell] TableViewCell
|
|
-- @param self
|
|
|
|
return nil
|