forked from cocos2d/cocos2d-x
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request cocos2d#10269 from CocosRobot/update_lua_bindings_…
…1422498336 [AUTO]: updating luabinding automatically
- Loading branch information
Showing
9 changed files
with
406 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
|
||
-------------------------------- | ||
-- @module AsyncTaskPool | ||
-- @parent_module cc | ||
|
||
-------------------------------- | ||
-- stop tasks<br> | ||
-- param type task type you want to stop | ||
-- @function [parent=#AsyncTaskPool] stopTasks | ||
-- @param self | ||
-- @param #int type | ||
-- @return AsyncTaskPool#AsyncTaskPool self (return value: cc.AsyncTaskPool) | ||
|
||
-------------------------------- | ||
-- destroy instance | ||
-- @function [parent=#AsyncTaskPool] destoryInstance | ||
-- @param self | ||
-- @return AsyncTaskPool#AsyncTaskPool self (return value: cc.AsyncTaskPool) | ||
|
||
-------------------------------- | ||
-- get instance | ||
-- @function [parent=#AsyncTaskPool] getInstance | ||
-- @param self | ||
-- @return AsyncTaskPool#AsyncTaskPool ret (return value: cc.AsyncTaskPool) | ||
|
||
return nil |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
|
||
-------------------------------- | ||
-- @module Sprite3DCache | ||
-- @parent_module cc | ||
|
||
-------------------------------- | ||
-- | ||
-- @function [parent=#Sprite3DCache] removeSprite3DData | ||
-- @param self | ||
-- @param #string key | ||
-- @return Sprite3DCache#Sprite3DCache self (return value: cc.Sprite3DCache) | ||
|
||
-------------------------------- | ||
-- | ||
-- @function [parent=#Sprite3DCache] removeAllSprite3DData | ||
-- @param self | ||
-- @return Sprite3DCache#Sprite3DCache self (return value: cc.Sprite3DCache) | ||
|
||
-------------------------------- | ||
-- | ||
-- @function [parent=#Sprite3DCache] destroyInstance | ||
-- @param self | ||
-- @return Sprite3DCache#Sprite3DCache self (return value: cc.Sprite3DCache) | ||
|
||
-------------------------------- | ||
-- get & destroy | ||
-- @function [parent=#Sprite3DCache] getInstance | ||
-- @param self | ||
-- @return Sprite3DCache#Sprite3DCache ret (return value: cc.Sprite3DCache) | ||
|
||
return nil |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.