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

49 lines
1.2 KiB
Lua

--------------------------------
-- @module MenuItemLabel
-- @extend MenuItem
--------------------------------
-- @function [parent=#MenuItemLabel] getDisabledColor
-- @param self
-- @return color3b_table#color3b_table ret (return value: color3b_table)
--------------------------------
-- @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
--------------------------------
-- @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
return nil