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

26 lines
738 B
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @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)
2014-03-10 14:04:58 +08:00
return nil