diff options
author | carsakiller <carsakiller@gmail.com> | 2023-10-27 20:42:06 -0400 |
---|---|---|
committer | carsakiller <carsakiller@gmail.com> | 2023-10-27 20:42:06 -0400 |
commit | d288cd1e6d0bb9fd4c05e6afa3e26bb7e0658839 (patch) | |
tree | 880f19aba4af55508874028df47c515d80b4874f /meta/3rd/Cocos4.0/library/cc/ParticleFlower.lua | |
parent | 1536fa32dc84f386663035ab5d51db6af2cff5e8 (diff) | |
download | lua-language-server-d288cd1e6d0bb9fd4c05e6afa3e26bb7e0658839.zip |
refactor: replace Cocos4.0 with LuaCATS submodule
Diffstat (limited to 'meta/3rd/Cocos4.0/library/cc/ParticleFlower.lua')
m--------- | meta/3rd/Cocos4.0 | 0 | ||||
-rw-r--r-- | meta/3rd/Cocos4.0/library/cc/ParticleFlower.lua | 30 |
2 files changed, 0 insertions, 30 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/cc/ParticleFlower.lua b/meta/3rd/Cocos4.0/library/cc/ParticleFlower.lua deleted file mode 100644 index fafae8b9..00000000 --- a/meta/3rd/Cocos4.0/library/cc/ParticleFlower.lua +++ /dev/null @@ -1,30 +0,0 @@ ----@meta - ----@class cc.ParticleFlower :cc.ParticleSystemQuad -local ParticleFlower={ } -cc.ParticleFlower=ParticleFlower - - - - ----* ----@return boolean -function ParticleFlower:init () end ----* ----@param numberOfParticles int ----@return boolean -function ParticleFlower:initWithTotalParticles (numberOfParticles) end ----* Create a flower particle system.<br> ----* return An autoreleased ParticleFlower object. ----@return self -function ParticleFlower:create () end ----* Create a flower particle system withe a fixed number of particles.<br> ----* param numberOfParticles A given number of particles.<br> ----* return An autoreleased ParticleFlower object.<br> ----* js NA ----@param numberOfParticles int ----@return self -function ParticleFlower:createWithTotalParticles (numberOfParticles) end ----* js ctor ----@return self -function ParticleFlower:ParticleFlower () end
\ No newline at end of file |