axmol/cocos/scripting/lua-bindings/auto/api/ParticleFlower.lua

44 lines
1.3 KiB
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module ParticleFlower
-- @extend ParticleSystemQuad
-- @parent_module cc
--------------------------------
--
-- @function [parent=#ParticleFlower] init
-- @param self
-- @return bool#bool ret (return value: bool)
--------------------------------
--
-- @function [parent=#ParticleFlower] initWithTotalParticles
-- @param self
-- @param #int numberOfParticles
-- @return bool#bool ret (return value: bool)
2014-03-10 14:04:58 +08:00
--------------------------------
-- Create a flower particle system.<br>
-- return An autoreleased ParticleFlower object.
2014-03-10 14:04:58 +08:00
-- @function [parent=#ParticleFlower] create
-- @param self
-- @return ParticleFlower#ParticleFlower ret (return value: cc.ParticleFlower)
--------------------------------
-- 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
2014-03-10 14:04:58 +08:00
-- @function [parent=#ParticleFlower] createWithTotalParticles
-- @param self
-- @param #int numberOfParticles
2014-03-10 14:04:58 +08:00
-- @return ParticleFlower#ParticleFlower ret (return value: cc.ParticleFlower)
--------------------------------
-- js ctor
-- @function [parent=#ParticleFlower] ParticleFlower
-- @param self
-- @return ParticleFlower#ParticleFlower self (return value: cc.ParticleFlower)
2014-03-10 14:04:58 +08:00
return nil