diff options
Diffstat (limited to 'meta/3rd/Cocos4.0/library/ccs/ActionManagerEx.lua')
m--------- | meta/3rd/Cocos4.0 | 0 | ||||
-rw-r--r-- | meta/3rd/Cocos4.0/library/ccs/ActionManagerEx.lua | 48 |
2 files changed, 0 insertions, 48 deletions
diff --git a/meta/3rd/Cocos4.0 b/meta/3rd/Cocos4.0 new file mode 160000 +Subproject c0b2259e0d367561fd4563ae114b029b4dfe3a8 diff --git a/meta/3rd/Cocos4.0/library/ccs/ActionManagerEx.lua b/meta/3rd/Cocos4.0/library/ccs/ActionManagerEx.lua deleted file mode 100644 index 4d33ba4b..00000000 --- a/meta/3rd/Cocos4.0/library/ccs/ActionManagerEx.lua +++ /dev/null @@ -1,48 +0,0 @@ ----@meta - ----@class ccs.ActionManagerEx :cc.Ref -local ActionManagerEx={ } -ccs.ActionManagerEx=ActionManagerEx - - - - ----* Stop an Action with a name.<br> ----* param jsonName UI file name<br> ----* param actionName action name in the UIfile.<br> ----* return ActionObject which named as the param name ----@param jsonName char ----@param actionName char ----@return ccs.ActionObject -function ActionManagerEx:stopActionByName (jsonName,actionName) end ----* Gets an ActionObject with a name.<br> ----* param jsonName UI file name<br> ----* param actionName action name in the UI file.<br> ----* return ActionObject which named as the param name ----@param jsonName char ----@param actionName char ----@return ccs.ActionObject -function ActionManagerEx:getActionByName (jsonName,actionName) end ----* ----@return int -function ActionManagerEx:getStudioVersionNumber () end ----@overload fun(char:char,char:char,cc.CallFunc:cc.CallFunc):self ----@overload fun(char:char,char:char):self ----@param jsonName char ----@param actionName char ----@param func cc.CallFunc ----@return ccs.ActionObject -function ActionManagerEx:playActionByName (jsonName,actionName,func) end ----* Release all actions. ----@return self -function ActionManagerEx:releaseActions () end ----* Purges ActionManager point.<br> ----* js purge<br> ----* lua destroyActionManager ----@return self -function ActionManagerEx:destroyInstance () end ----* Gets the static instance of ActionManager.<br> ----* js getInstance<br> ----* lua getInstance ----@return self -function ActionManagerEx:getInstance () end
\ No newline at end of file |