mirror of https://github.com/axmolengine/axmol.git
19 lines
551 B
Lua
19 lines
551 B
Lua
|
|
--------------------------------
|
|
-- @module ParticleFireworks
|
|
-- @extend ParticleSystemQuad
|
|
-- @parent_module cc
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ParticleFireworks] create
|
|
-- @param self
|
|
-- @return ParticleFireworks#ParticleFireworks ret (return value: cc.ParticleFireworks)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ParticleFireworks] createWithTotalParticles
|
|
-- @param self
|
|
-- @param #int int
|
|
-- @return ParticleFireworks#ParticleFireworks ret (return value: cc.ParticleFireworks)
|
|
|
|
return nil
|