Merge pull request #9705 from CocosRobot/update_lua_bindings_1419928121

[AUTO]: updating luabinding automatically
This commit is contained in:
minggo 2014-12-30 16:43:55 +08:00
commit d0e003836f
1 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@
-- Returns whether or not a SpriteFrame is being displayed
-- @function [parent=#Sprite] isFrameDisplayed
-- @param self
-- @param #cc.SpriteFrame pFrame
-- @param #cc.SpriteFrame frame
-- @return bool#bool ret (return value: bool)
--------------------------------
@ -111,7 +111,7 @@
-- Sets the weak reference of the TextureAtlas when the sprite is rendered using via SpriteBatchNode
-- @function [parent=#Sprite] setTextureAtlas
-- @param self
-- @param #cc.TextureAtlas pobTextureAtlas
-- @param #cc.TextureAtlas textureAtlas
--------------------------------
-- Returns the current displayed frame.