mirror of https://github.com/axmolengine/axmol.git
26 lines
738 B
Lua
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
|