Files
2026-03-03 13:56:44 +08:00

26 lines
738 B
Lua

--------------------------------
-- @module MenuItemAtlasFont
-- @extend MenuItemLabel
-- @parent_module cc
--------------------------------
-- Initializes a menu item from a string and atlas with a target/selector.
-- @function [parent=#MenuItemAtlasFont] initWithString
-- @param self
-- @param #string value
-- @param #string charMapFile
-- @param #int itemWidth
-- @param #int itemHeight
-- @param #char startCharMap
-- @param #function callback
-- @return bool#bool ret (return value: bool)
--------------------------------
-- js ctor
-- @function [parent=#MenuItemAtlasFont] MenuItemAtlasFont
-- @param self
-- @return MenuItemAtlasFont#MenuItemAtlasFont self (return value: cc.MenuItemAtlasFont)
return nil