axmol/cocos/scripting/lua-bindings/auto/api/MenuItemLabel.lua

50 lines
1.3 KiB
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module MenuItemLabel
-- @extend MenuItem
-- @parent_module cc
2014-03-10 14:04:58 +08:00
--------------------------------
-- @function [parent=#MenuItemLabel] getDisabledColor
-- @param self
-- @return color3b_table#color3b_table ret (return value: color3b_table)
2014-03-10 14:04:58 +08:00
--------------------------------
-- @function [parent=#MenuItemLabel] setString
-- @param self
-- @param #string str
--------------------------------
-- @function [parent=#MenuItemLabel] setLabel
-- @param self
-- @param #cc.Node node
--------------------------------
-- @function [parent=#MenuItemLabel] setDisabledColor
-- @param self
-- @param #color3b_table color3b
2014-03-10 14:04:58 +08:00
--------------------------------
-- @function [parent=#MenuItemLabel] getLabel
-- @param self
-- @return Node#Node ret (return value: cc.Node)
--------------------------------
-- @function [parent=#MenuItemLabel] setEnabled
-- @param self
-- @param #bool bool
--------------------------------
-- @function [parent=#MenuItemLabel] activate
-- @param self
--------------------------------
-- @function [parent=#MenuItemLabel] unselected
-- @param self
--------------------------------
-- @function [parent=#MenuItemLabel] selected
-- @param self
2014-03-10 14:04:58 +08:00
return nil